22 lines
484 B
Plaintext
22 lines
484 B
Plaintext
|
$OpenBSD: patch-backends_xml-dir_c,v 1.1 2001/11/13 14:04:41 wilfried Exp $
|
||
|
--- backends/xml-dir.c.orig Fri Oct 12 21:01:25 2001
|
||
|
+++ backends/xml-dir.c Mon Nov 12 20:35:08 2001
|
||
|
@@ -17,10 +17,16 @@
|
||
|
* Boston, MA 02111-1307, USA.
|
||
|
*/
|
||
|
|
||
|
+#include <config.h>
|
||
|
+
|
||
|
#include "xml-dir.h"
|
||
|
#include "xml-entry.h"
|
||
|
|
||
|
-#include <libxml/parser.h>
|
||
|
+#ifdef HAVE_GNOME_XML_PARSER_H
|
||
|
+# include <gnome-xml/parser.h>
|
||
|
+#else
|
||
|
+# include <libxml/parser.h>
|
||
|
+#endif
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include <time.h>
|