Browse Source

move hash.h for libxml 2.6 compatibility

PEAR_1_4DEV
Rob Richards 23 years ago
parent
commit
8569ee1c1e
  1. 2
      ext/xml/expat_compat.h

2
ext/xml/expat_compat.h

@ -26,10 +26,10 @@
#include "php_compat.h"
#include <libxml/hash.h>
#include <libxml/parser.h>
#include <libxml/parserInternals.h>
#include <libxml/tree.h>
#include <libxml/hash.h>
typedef xmlChar XML_Char;

Loading…
Cancel
Save