485c52a7d5
* Better compability for installing gconf 1 & 2 side by side * Better UTF8 handling * Lots of compilation and configuring fixes * Some portability fixes * Plus a lot of other fixes, see Changelog for full description
19 lines
443 B
Plaintext
19 lines
443 B
Plaintext
$OpenBSD: patch-backends_xml-cache_h,v 1.1 2001/11/13 14:04:41 wilfried Exp $
|
|
--- backends/xml-cache.h.orig Mon Nov 12 12:40:44 2001
|
|
+++ backends/xml-cache.h Mon Nov 12 12:41:02 2001
|
|
@@ -21,7 +21,13 @@
|
|
#define GCONF_XML_CACHE_H
|
|
|
|
#include <gconf/gconf.h>
|
|
-#include <libxml/tree.h>
|
|
+
|
|
+#ifdef HAVE_GNOME_XML_TREE_H
|
|
+# include <gnome-xml/tree.h>
|
|
+#else
|
|
+# include <libxml/tree.h>
|
|
+#endif
|
|
+
|
|
#include "xml-dir.h"
|
|
|
|
typedef struct _Cache Cache;
|