From 1beda9ee1e7a7bd317d65ddc05502047ce1af4b2 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Thu, 24 May 2001 10:07:29 +0000 Subject: * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) --- ext/posix/posix.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/posix') 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 -- cgit v1.2.1