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/mailparse/mailparse.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/mailparse/mailparse.c') diff --git a/ext/mailparse/mailparse.c b/ext/mailparse/mailparse.c index 78ec53f458..1ca5d58b76 100755 --- a/ext/mailparse/mailparse.c +++ b/ext/mailparse/mailparse.c @@ -20,6 +20,10 @@ */ /* $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #include "php_ini.h" #include "ext/standard/file.h" -- cgit v1.2.1