We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a016b64 commit 69f3c42Copy full SHA for 69f3c42
src/network/address.h
@@ -28,6 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
28
#include <ws2tcpip.h>
29
#else
30
#include <netinet/in.h>
31
+#include <sys/socket.h>
32
#endif
33
34
#include <ostream>
0 commit comments