mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-08 02:19:18 +02:00
Use winsock2.h, use ws2tcpip.h for socklen_t
This commit is contained in:
parent
416f914f9e
commit
cd9c6bbb82
|
@ -20,7 +20,7 @@
|
|||
#include <sys/types.h>
|
||||
#ifdef WINDOWS32
|
||||
#include "windows.h"
|
||||
#include <winsock.h>
|
||||
#include <winsock2.h>
|
||||
#else
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue