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/xml/xml.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/xml/xml.c') diff --git a/ext/xml/xml.c b/ext/xml/xml.c index c6872522cd..d5e3bad988 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -20,6 +20,10 @@ /* $Id$ */ #define IS_EXT_MODULE +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #define PHP_XML_INTERNAL -- cgit v1.2.1