diff options
Diffstat (limited to 'ext/posix/posix.c')
-rw-r--r-- | ext/posix/posix.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/posix/posix.c b/ext/posix/posix.c index c562b2e2b7..5723768f3c 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -30,6 +30,10 @@ /* $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #include "ext/standard/info.h" #if !defined(PHP_API_VERSION) || PHP_API_VERSION < 19990421 |