summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2000-06-05 15:39:29 +0000
committerUwe Steinmann <steinm@php.net>2000-06-05 15:39:29 +0000
commita8401a33c611951c0d8ab1a97d4c85d1f80e2fc0 (patch)
treec680e5bfbba0cccfaa1979849b2e36f057c65cfb /ext/domxml/php_domxml.h
parentd8d6ff3c4c92ab3a0da151ba2849d49034fda809 (diff)
downloadphp-git-a8401a33c611951c0d8ab1a97d4c85d1f80e2fc0.tar.gz
- should now compile and configure with libxml 2.0.0
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index cfed9a1a2e..5f8201abde 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -35,7 +35,7 @@
#define _PHP_DOMXML_H
#if HAVE_DOMXML
-#include <gnome-xml/parser.h>
+#include <libxml/parser.h>
extern zend_module_entry php_domxml_module_entry;
#define php_domxml_module_ptr &php_domxml_module_entry