summaryrefslogtreecommitdiff
path: root/ext/posix/posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/posix.c')
-rw-r--r--ext/posix/posix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/posix/posix.c b/ext/posix/posix.c
index 3036198235..7866b53362 100644
--- a/ext/posix/posix.c
+++ b/ext/posix/posix.c
@@ -23,17 +23,18 @@
#endif
#include "php.h"
+#include <unistd.h>
#include "ext/standard/info.h"
#include "ext/standard/php_string.h"
#include "php_posix.h"
+
#if HAVE_POSIX
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
-#include <unistd.h>
#include <sys/resource.h>
#include <sys/utsname.h>
#include <sys/types.h>