From: Jeroen van Wolffelaar Date: Fri, 10 Aug 2001 20:18:42 +0000 (+0000) Subject: Possible fix 12360. If it doesn't help, it doesn't hurt, AFAIK... X-Git-Tag: BEFORE_EXP_MERGE~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6da0268c2ab2f0fb17e8c9b6480e6d7dfc3a6826;p=php Possible fix 12360. If it doesn't help, it doesn't hurt, AFAIK... --- diff --git a/main/network.c b/main/network.c index b2fb94b3b5..6e4ecee47e 100644 --- a/main/network.c +++ b/main/network.c @@ -33,6 +33,10 @@ #include #endif +#ifndef _FCNTL_H +#include +#endif + #ifndef PHP_WIN32 #include #include