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 632df52 commit 911e620Copy full SHA for 911e620
httplib.h
@@ -48,6 +48,7 @@ typedef SOCKET socket_t;
48
#include <arpa/inet.h>
49
#include <signal.h>
50
#include <sys/socket.h>
51
+#include <sys/select.h>
52
53
typedef int socket_t;
54
#endif
@@ -61,7 +62,6 @@ typedef int socket_t;
61
62
#include <string>
63
#include <thread>
64
#include <sys/stat.h>
-#include <sys/select.h>
65
#include <fcntl.h>
66
#include <assert.h>
67
0 commit comments