$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 -#include + +#ifdef HAVE_GNOME_XML_TREE_H +# include +#else +# include +#endif + #include "xml-dir.h" typedef struct _Cache Cache;