Skip to content

Commit d8dd4d9

Browse files
committed
fix header include
stddef.h is needed to have offsetof macros on windows (at least)
1 parent cbdf9ed commit d8dd4d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/sockets/sockets.c

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
# endif
6565
#endif
6666

67+
#include <stddef.h>
68+
6769
#include "sockaddr_conv.h"
6870
#include "multicast.h"
6971
#include "sendrecvmsg.h"

0 commit comments

Comments
 (0)