summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2002-12-27 03:22:13 +0000
committerAndrei Zmievski <andrei@php.net>2002-12-27 03:22:13 +0000
commit4e395f36af413892461f08cda098e14c34c22456 (patch)
treebed24c2a3ce13f2ec98edbaacd0d1f214b773aa7
parentb9ad07ca0bec34866b9a26356f0d2b30cdbd5dcd (diff)
downloadphp-git-4e395f36af413892461f08cda098e14c34c22456.tar.gz
MFH
-rw-r--r--ext/standard/flock_compat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/flock_compat.c b/ext/standard/flock_compat.c
index 03f7876909..b431e02033 100644
--- a/ext/standard/flock_compat.c
+++ b/ext/standard/flock_compat.c
@@ -25,6 +25,7 @@
#if HAVE_STRUCT_FLOCK
#include <unistd.h>
#include <fcntl.h>
+#include <sys/file.h>
#endif
#ifdef PHP_WIN32