nclude limits.h

This commit is contained in:
Vítor Santos Costa 2012-03-27 14:55:39 +01:00
parent 3cb9ca11ca
commit 04e9a3a8ed

View File

@ -159,6 +159,9 @@ typedef enum
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
#ifdef HAVE_LIMITS_H /* get MAXPATHLEN */
#include <limits.h>
#endif
#include <setjmp.h>
#include <assert.h>
#if HAVE_SYS_PARAM_H