summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-10-27 19:05:01 +0000
committerfoobar <sniper@php.net>2003-10-27 19:05:01 +0000
commitd77ae5b5715fe12691c8d0491c7d95f8b883a04a (patch)
tree0dc8005655946c58948a77d8527b8110ee4299fe
parent901153b441ffe736c1639dfcda42109791d655cf (diff)
downloadphp-git-d77ae5b5715fe12691c8d0491c7d95f8b883a04a.tar.gz
- Fix win32 build.
-rw-r--r--sapi/apache2handler/mod_php5.c2
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"