We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804a18b commit e329d21Copy full SHA for e329d21
lib_eio/unix/sockopt.c
@@ -1,6 +1,9 @@
1
#include <stdlib.h>
2
#include <unistd.h>
3
+
4
+#ifndef _WIN32
5
#include <sys/socket.h>
6
+#endif
7
8
#ifdef __linux__
9
#include <netinet/in.h>
0 commit comments