diff options
author | foobar <sniper@php.net> | 2003-10-27 19:05:01 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-10-27 19:05:01 +0000 |
commit | d77ae5b5715fe12691c8d0491c7d95f8b883a04a (patch) | |
tree | 0dc8005655946c58948a77d8527b8110ee4299fe | |
parent | 901153b441ffe736c1639dfcda42109791d655cf (diff) | |
download | php-git-d77ae5b5715fe12691c8d0491c7d95f8b883a04a.tar.gz |
- Fix win32 build.
-rw-r--r-- | sapi/apache2handler/mod_php5.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/apache2handler/mod_php5.c b/sapi/apache2handler/mod_php5.c index 3cf9945d13..1b07c277b2 100644 --- a/sapi/apache2handler/mod_php5.c +++ b/sapi/apache2handler/mod_php5.c @@ -20,6 +20,8 @@ /* $Id$ */ +#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS + #include "php.h" #include "php_apache.h" |