diff --git a/Zend/acconfig.h b/Zend/acconfig.h index 424af6f84dc..01867fd204e 100644 --- a/Zend/acconfig.h +++ b/Zend/acconfig.h @@ -1,19 +1,5 @@ #define ZEND_API -#ifdef HAVE_STDLIB_H -# include -#endif - -#ifdef HAVE_SYS_TYPES_H -# include -#endif - -#ifdef HAVE_STRING_H -# include -#else -# include -#endif - @TOP@ /* This is the default configuration file to read */ @@ -53,6 +39,20 @@ @BOTTOM@ +#ifdef HAVE_STDLIB_H +# include +#endif + +#ifdef HAVE_SYS_TYPES_H +# include +#endif + +#ifdef HAVE_STRING_H +# include +#else +# include +#endif + /* Define if you have stdiostream.h */ #undef HAVE_STDIOSTREAM_H