summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/sapi_apache2.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-12-19 18:28:56 +0000
committerWez Furlong <wez@php.net>2003-12-19 18:28:56 +0000
commit7930ddce0af10a22a180e9549049086c9ff6d8b4 (patch)
tree1ed26255b8fb1d353ca77a8926921c004a8a84c7 /sapi/apache2handler/sapi_apache2.c
parent1402825b3da89552d13bc23a03afb80252a63992 (diff)
downloadphp-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.c4
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"