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 5c00b91 commit d1739abCopy full SHA for d1739ab
code/logic/fossil/io/network.h
@@ -20,6 +20,7 @@
20
#ifdef _WIN32
21
#include <winsock2.h>
22
#else
23
+#include <sys/select.h> // For fd_set and select
24
#include <sys/socket.h>
25
#include <netinet/in.h>
26
#include <arpa/inet.h>
0 commit comments