aboutsummaryrefslogtreecommitdiffstats
path: root/finance/qhacc/files/patch-plugins::xml::xmlplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'finance/qhacc/files/patch-plugins::xml::xmlplugin.h')
-rw-r--r--finance/qhacc/files/patch-plugins::xml::xmlplugin.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/finance/qhacc/files/patch-plugins::xml::xmlplugin.h b/finance/qhacc/files/patch-plugins::xml::xmlplugin.h
new file mode 100644
index 00000000000..ff8b3505bcd
--- /dev/null
+++ b/finance/qhacc/files/patch-plugins::xml::xmlplugin.h
@@ -0,0 +1,13 @@
+--- plugins/xml/xmlplugin.h.orig Thu Dec 4 22:21:26 2003
++++ plugins/xml/xmlplugin.h Fri Dec 5 14:16:02 2003
+@@ -24,8 +24,8 @@
+
+ #include <stdlib.h>
+ #include <tree.h>
+-#include <xmlmemory.h>
+-#include <parser.h>
++#include <libxml/xmlmemory.h>
++#include <libxml/parser.h>
+
+ class XMLDBPlugin : public LocalFileDBPlugin {
+ public: