opnsense-ports/textproc/pecl-wbxml/files/patch-wbxml.c
Franco Fichtner 720fe9c9d6 */*: sync with upstream
Taken from: FreeBSD
2015-10-12 07:22:35 +02:00

16 lines
278 B
C

--- wbxml.c.orig 2009-01-29 19:13:57 UTC
+++ wbxml.c
@@ -27,8 +27,12 @@
#include "ext/standard/info.h"
#include "php_wbxml.h"
+#ifdef HAVE_EXPAT
+#include "expat.h"
+#endif
+
#undef HAVE_LIBXML
-#include "wbxml.h"
+#include "wbxml/wbxml.h"
/* {{{ wbxml_functions[]
*/