summaryrefslogtreecommitdiffstats
path: root/textproc/gxmlviewer/files/patch-xmlformatter.c
blob: 6bde9aec0f69093983e34a40bcc8838138e312c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>