freebsd-ports/textproc/gxmlviewer/files/patch-xmlformatter.c
Ying-Chieh Liao 3a38728071 fix build on bento due to libxml2 update
PR:		36749
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-04-04 18:05:32 +00:00

14 lines
363 B
C

--- src/extras/xmlformatter.c.orig Thu Apr 4 15:47:47 2002
+++ src/extras/xmlformatter.c Thu Apr 4 15:48:50 2002
@@ -8,9 +8,9 @@
#include <string.h>
#include <gtk/gtk.h>
-#include <SAX.h>
-#include <parser.h>
-#include <parserInternals.h>
+#include <libxml/SAX.h>
+#include <libxml/parser.h>
+#include <libxml/parserInternals.h>
#include <unistd.h>