]> granicus.if.org Git - php/commitdiff
Possible fix 12360. If it doesn't help, it doesn't hurt, AFAIK...
authorJeroen van Wolffelaar <jeroen@php.net>
Fri, 10 Aug 2001 20:18:42 +0000 (20:18 +0000)
committerJeroen van Wolffelaar <jeroen@php.net>
Fri, 10 Aug 2001 20:18:42 +0000 (20:18 +0000)
main/network.c

index b2fb94b3b508c4679d8dbf21da797d4a21ec666d..6e4ecee47e5adfe01dd393e630fbcaab01bd35af 100644 (file)
 #include <sys/socket.h>
 #endif
 
+#ifndef _FCNTL_H
+#include <fcntl.h>
+#endif
+
 #ifndef PHP_WIN32
 #include <netinet/in.h>
 #include <netdb.h>