summarylogtreecommitdiffstats
path: root/libxml-ATTRIBUTE_UNUSED-2.patch
blob: 065522caec0530a125d78663de7323e372cf82e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ATTRIBUTE_UNUSED
php_libxml_output_buffer_create_filename

diff -pNaru5 a/ext/libxml/libxml.c b/ext/libxml/libxml.c
--- a/ext/libxml/libxml.c	2025-06-05 00:56:42.896602580 -0400
+++ b/ext/libxml/libxml.c	2025-06-05 00:57:27.933510840 -0400
@@ -34,10 +34,11 @@
 #include "ext/standard/info.h"
 #include "ext/standard/file.h"
 
 #if HAVE_LIBXML
 
+#include <ansidecl.h>
 #include <libxml/parser.h>
 #include <libxml/parserInternals.h>
 #include <libxml/tree.h>
 #include <libxml/uri.h>
 #include <libxml/xmlerror.h>