]> granicus.if.org Git - php/commitdiff
include php_compat.h, so that we use php_XML_* if necessary. Better to do it in expat...
authorDan Libby <danda@php.net>
Thu, 27 Sep 2001 00:29:34 +0000 (00:29 +0000)
committerDan Libby <danda@php.net>
Thu, 27 Sep 2001 00:29:34 +0000 (00:29 +0000)
ext/xml/expat/expat.h

index 7642512289217c423a351d0766363bbce06faf4c..7114c0c220634d28ae7699e4cb917978f0bc8fff 100644 (file)
@@ -7,6 +7,7 @@ See the file COPYING for copying permission.
 #define XmlParse_INCLUDED 1
 
 #include <stdlib.h>
+#include "php_compat.h"
 
 #ifndef XMLPARSEAPI
 #  if defined(__declspec) && !defined(__BEOS__)