]> granicus.if.org Git - php/commitdiff
- Make it compile on IRIX again
authorDerick Rethans <derick@php.net>
Sat, 23 Nov 2002 19:03:21 +0000 (19:03 +0000)
committerDerick Rethans <derick@php.net>
Sat, 23 Nov 2002 19:03:21 +0000 (19:03 +0000)
#- Tested with Linux/FreeBSD and IRIX

ext/standard/flock_compat.c

index 03f7876909ad66a7fc5c9dee1140b714a604a384..b431e0203351bb8567f6f26e6df38f5f7dd7d982 100644 (file)
@@ -25,6 +25,7 @@
 #if HAVE_STRUCT_FLOCK
 #include <unistd.h>
 #include <fcntl.h>
+#include <sys/file.h>
 #endif
 
 #ifdef PHP_WIN32