summaryrefslogtreecommitdiff
path: root/devel/commoncpp/files/patch-aa
blob: 9c06cf7b2ea30d955a143e0c105c9b1ac2530ddb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- posix/xml.cpp.orig	Sat Mar 30 21:16:37 2002
+++ posix/xml.cpp	Sat Mar 30 21:17:00 2002
@@ -47,9 +47,9 @@
 
 #ifdef	HAVE_LIBXML
 
-#include <parser.h>
-#include <parserInternals.h>
-#include <xmlIO.h>
+#include <libxml2/libxml/parser.h>
+#include <libxml2/libxml/parserInternals.h>
+#include <libxml2/libxml/xmlIO.h>
 #include <stdarg.h>
 
 extern "C" {