From: Derick Rethans Date: Sat, 23 Nov 2002 19:03:21 +0000 (+0000) Subject: - Make it compile on IRIX again X-Git-Tag: RELEASE_1_0b2~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36e82c84aed734330d6c39ee78a95e6772594f4c;p=php - Make it compile on IRIX again #- Tested with Linux/FreeBSD and IRIX --- 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