summaryrefslogtreecommitdiff
path: root/textproc/gxmlviewer/files/patch-xmlformatter.c
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/gxmlviewer/files/patch-xmlformatter.c')
-rw-r--r--textproc/gxmlviewer/files/patch-xmlformatter.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/gxmlviewer/files/patch-xmlformatter.c b/textproc/gxmlviewer/files/patch-xmlformatter.c
new file mode 100644
index 000000000000..6bde9aec0f69
--- /dev/null
+++ b/textproc/gxmlviewer/files/patch-xmlformatter.c
@@ -0,0 +1,14 @@
+--- 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>