From: Anatol Belski Date: Thu, 18 Jul 2013 13:28:20 +0000 (+0200) Subject: fix header include X-Git-Tag: php-5.5.1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8dd4d9b026b82d11c3623891b5114af76054e59;p=php fix header include stddef.h is needed to have offsetof macros on windows (at least) --- diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c index b226d94715..4a2a41b5fd 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -64,6 +64,8 @@ # endif #endif +#include + #include "sockaddr_conv.h" #include "multicast.h" #include "sendrecvmsg.h"