From 6e99ecdb01937853b717b256e9655445ba921739 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 18 Nov 2002 13:17:14 +0000 Subject: [PATCH] Hopefully fix win32 linker warnings. --- ext/xml/expat/expat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/xml/expat/expat.h b/ext/xml/expat/expat.h index d69211efa8..092507c9b1 100644 --- a/ext/xml/expat/expat.h +++ b/ext/xml/expat/expat.h @@ -15,6 +15,7 @@ #endif #include +#include "php_compat.h" #ifndef XMLPARSEAPI #if defined(_MSC_EXTENSIONS) && !defined(__BEOS__) && !defined(__CYGWIN__) -- 2.50.1