diff options
Diffstat (limited to 'Zend/zend_portability.h')
| -rw-r--r-- | Zend/zend_portability.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Zend/zend_portability.h b/Zend/zend_portability.h index fe3f5c4245..56b7a1ada3 100644 --- a/Zend/zend_portability.h +++ b/Zend/zend_portability.h @@ -60,9 +60,7 @@ # include <dlfcn.h> #endif -#ifdef HAVE_LIMITS_H -# include <limits.h> -#endif +#include <limits.h> #if HAVE_ALLOCA_H && !defined(_ALLOCA_H) # include <alloca.h> |
