diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-01-11 22:36:38 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-01-11 22:36:38 +0000 |
commit | dd9b7f25cfe824a5e7cd3e93e09ae848b1be9a00 (patch) | |
tree | 3895c25278a35d0e883e7421aec61a27af403079 | |
parent | b66b92e99682ca1e66fd84a2b5c1db8c92086271 (diff) | |
download | php-git-dd9b7f25cfe824a5e7cd3e93e09ae848b1be9a00.tar.gz |
This patch is likely to fix win32 build
-rw-r--r-- | sapi/apache2filter/php_functions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/apache2filter/php_functions.c b/sapi/apache2filter/php_functions.c index 1ab9e6f651..a26d6ad527 100644 --- a/sapi/apache2filter/php_functions.c +++ b/sapi/apache2filter/php_functions.c @@ -23,6 +23,7 @@ #include "ext/standard/info.h" #include "SAPI.h" +#define CORE_PRIVATE #include "apr_strings.h" #include "apr_time.h" #include "ap_config.h" |