1
0
mirror of https://github.com/yarrick/iodine.git synced 2024-11-26 15:06:04 +03:00

Use winsock2.h, use ws2tcpip.h for socklen_t

This commit is contained in:
Erik Ekman 2009-03-07 00:00:59 +00:00
parent 416f914f9e
commit cd9c6bbb82

View File

@ -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