diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2002-11-18 13:17:14 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2002-11-18 13:17:14 +0000 |
| commit | 6e99ecdb01937853b717b256e9655445ba921739 (patch) | |
| tree | ced81c8f7a1eb1af6f140bf2db67fef12b992339 | |
| parent | 03fc9eb4153b12d696a2e7af4d619f5507f5e993 (diff) | |
| download | php-git-6e99ecdb01937853b717b256e9655445ba921739.tar.gz | |
Hopefully fix win32 linker warnings.
| -rw-r--r-- | ext/xml/expat/expat.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdlib.h> +#include "php_compat.h" #ifndef XMLPARSEAPI #if defined(_MSC_EXTENSIONS) && !defined(__BEOS__) && !defined(__CYGWIN__) |
