diff options
author | Uwe Steinmann <steinm@php.net> | 1999-11-25 06:56:40 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 1999-11-25 06:56:40 +0000 |
commit | 5d3ae9c2b2ecc46e0c41a9c68994a43c0cbc857f (patch) | |
tree | 4ee2eabf653e6154e8fcd2f8e4fe9fafd1b1d39f /ext/domxml/php3_domxml.h | |
parent | cad85534c6f2b617d90754fb451f7a9fa065f83c (diff) | |
download | php-git-5d3ae9c2b2ecc46e0c41a9c68994a43c0cbc857f.tar.gz |
- made domxml compile
Diffstat (limited to 'ext/domxml/php3_domxml.h')
-rw-r--r-- | ext/domxml/php3_domxml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/php3_domxml.h b/ext/domxml/php3_domxml.h index 13bf835ee9..8b15ce2cb0 100644 --- a/ext/domxml/php3_domxml.h +++ b/ext/domxml/php3_domxml.h @@ -35,7 +35,7 @@ #define _PHP3_DOMXML_H #if HAVE_DOMXML -#include <parser.h> +#include <gnome-xml/parser.h> extern php3_module_entry php3_domxml_module_entry; #define php3_domxml_module_ptr &php3_domxml_module_entry |