diff options
| author | Edin Kadribasic <edink@php.net> | 2003-06-15 23:47:18 +0000 |
|---|---|---|
| committer | Edin Kadribasic <edink@php.net> | 2003-06-15 23:47:18 +0000 |
| commit | c61492823ecb8c08b37507b2f87ccec7d7b1ab80 (patch) | |
| tree | 638947f93bd8c25fa6c382c4171063c301609ac2 /sapi/pi3web/pi3web_sapi.c | |
| parent | 6e2743023b54951d735ed4556c24ddca1831cf24 (diff) | |
| download | php-git-c61492823ecb8c08b37507b2f87ccec7d7b1ab80.tar.gz | |
Fixed win32 build
Diffstat (limited to 'sapi/pi3web/pi3web_sapi.c')
| -rw-r--r-- | sapi/pi3web/pi3web_sapi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sapi/pi3web/pi3web_sapi.c b/sapi/pi3web/pi3web_sapi.c index 52296f587e..431ec48b1f 100644 --- a/sapi/pi3web/pi3web_sapi.c +++ b/sapi/pi3web/pi3web_sapi.c @@ -25,7 +25,6 @@ #define ZEND_INCLUDE_FULL_WINDOWS_HEADERS -#include "pi3web_sapi.h" #include "php.h" #include "php_main.h" #include "php_variables.h" @@ -40,6 +39,8 @@ #include "PiAPI.h" #include "Pi3API.h" +#include "pi3web_sapi.h" + #define PI3WEB_SERVER_VAR_BUF_SIZE 1024 int IWasLoaded=0; |
