using winsock2 now

This commit is contained in:
Robin Müller 2020-12-21 13:49:42 +01:00
parent de183e6c65
commit fc4da433d5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include <stdint.h>
#ifdef WIN32
#include <Windows.h>
#include <winsock2.h>
#else
#include <sys/time.h>
#endif