diff options
| author | Wez Furlong <wez@php.net> | 2003-12-19 18:28:56 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2003-12-19 18:28:56 +0000 |
| commit | 7930ddce0af10a22a180e9549049086c9ff6d8b4 (patch) | |
| tree | 1ed26255b8fb1d353ca77a8926921c004a8a84c7 /sapi/apache2handler/sapi_apache2.c | |
| parent | 1402825b3da89552d13bc23a03afb80252a63992 (diff) | |
| download | php-git-7930ddce0af10a22a180e9549049086c9ff6d8b4.tar.gz | |
Make apache2handler build with new build system.
Perhaps also make it build with .dsp system too...
Diffstat (limited to 'sapi/apache2handler/sapi_apache2.c')
| -rw-r--r-- | sapi/apache2handler/sapi_apache2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/apache2handler/sapi_apache2.c b/sapi/apache2handler/sapi_apache2.c index b8c4b79510..feb1240a29 100644 --- a/sapi/apache2handler/sapi_apache2.c +++ b/sapi/apache2handler/sapi_apache2.c @@ -20,8 +20,6 @@ /* $Id$ */ -#include <fcntl.h> - #define ZEND_INCLUDE_FULL_WINDOWS_HEADERS #include "php.h" @@ -30,6 +28,8 @@ #include "php_variables.h" #include "SAPI.h" +#include <fcntl.h> + #include "ext/standard/php_smart_str.h" #ifndef NETWARE #include "ext/standard/php_standard.h" |
