Skip to content

Commit 6da0268

Browse files
author
Jeroen van Wolffelaar
committed
Possible fix 12360. If it doesn't help, it doesn't hurt, AFAIK...
1 parent a2b297b commit 6da0268

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main/network.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
#include <sys/socket.h>
3434
#endif
3535

36+
#ifndef _FCNTL_H
37+
#include <fcntl.h>
38+
#endif
39+
3640
#ifndef PHP_WIN32
3741
#include <netinet/in.h>
3842
#include <netdb.h>

0 commit comments

Comments
 (0)