From 36e82c84aed734330d6c39ee78a95e6772594f4c Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sat, 23 Nov 2002 19:03:21 +0000 Subject: [PATCH] - Make it compile on IRIX again #- Tested with Linux/FreeBSD and IRIX --- ext/standard/flock_compat.c | 1 + 1 file changed, 1 insertion(+) 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 #include +#include #endif #ifdef PHP_WIN32 -- 2.50.1