diff options
author | Derick Rethans <derick@php.net> | 2002-11-23 19:03:21 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-11-23 19:03:21 +0000 |
commit | 36e82c84aed734330d6c39ee78a95e6772594f4c (patch) | |
tree | 5bd3ae25848376edd7a67525f77faaec19712efd /ext | |
parent | c7dc6c0e0072544f88c4080548ee2ffe6a9f9462 (diff) | |
download | php-git-36e82c84aed734330d6c39ee78a95e6772594f4c.tar.gz |
- Make it compile on IRIX again
#- Tested with Linux/FreeBSD and IRIX
Diffstat (limited to 'ext')
-rw-r--r-- | ext/standard/flock_compat.c | 1 |
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 |