aboutsummaryrefslogblamecommitdiff
path: root/textproc/php5-xml/files/patch-compat.c
blob: 02125961b20cc6fb4c8d38cd6ec857cbbb544f5e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                            
--- compat.c.orig	Tue Jul 20 10:55:02 2004
+++ compat.c	Tue Jul 20 10:55:55 2004
@@ -16,6 +16,10 @@
    +----------------------------------------------------------------------+
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #if defined(HAVE_LIBXML) && defined(HAVE_XML) && !defined(HAVE_LIBEXPAT)
 #include "expat_compat.h"