summaryrefslogtreecommitdiff
path: root/textproc/php83-xml/files/patch-compat.c
blob: 0752de99e2da3b9f859e631050ad3b9907a2b452 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- compat.c.orig	2023-06-06 15:54:29 UTC
+++ compat.c
@@ -14,6 +14,10 @@
    +----------------------------------------------------------------------+
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #if defined(HAVE_LIBXML) && (defined(HAVE_XML) || defined(HAVE_XMLRPC)) && !defined(HAVE_LIBEXPAT)
 #include "expat_compat.h"