Skip to content

Commit e329d21

Browse files
committed
sockopt: build on windows
1 parent 804a18b commit e329d21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib_eio/unix/sockopt.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#include <stdlib.h>
22
#include <unistd.h>
3+
4+
#ifndef _WIN32
35
#include <sys/socket.h>
6+
#endif
47

58
#ifdef __linux__
69
#include <netinet/in.h>

0 commit comments

Comments
 (0)