diff options
author | Thies C. Arntzen <thies@php.net> | 2000-06-06 10:06:45 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-06-06 10:06:45 +0000 |
commit | 8ed100e5c56cfeb21d278f285a697bce8722064f (patch) | |
tree | fab6658342541e3daa46151ee2274b97210201e2 | |
parent | eedf4e973fad1940e4390be22248c467f0f1c080 (diff) | |
download | php-git-8ed100e5c56cfeb21d278f285a697bce8722064f.tar.gz |
hashtable.h -> expat_hashtable.h
-rw-r--r-- | ext/xml/expat/xmlparse/xmlparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/expat/xmlparse/xmlparse.c b/ext/xml/expat/xmlparse/xmlparse.c index 3354bcbc96..faae9829ce 100644 --- a/ext/xml/expat/xmlparse/xmlparse.c +++ b/ext/xml/expat/xmlparse/xmlparse.c @@ -74,7 +74,7 @@ typedef char ICHAR; #include "xmltok.h" #include "xmlrole.h" -#include "hashtable.h" +#include "expat_hashtable.h" #define INIT_TAG_BUF_SIZE 32 /* must be a multiple of sizeof(XML_Char) */ #define INIT_DATA_BUF_SIZE 1024 |