Fiddle with windows headers

This commit is contained in:
Hamish Coleman 2022-04-17 00:50:59 +01:00
parent 26e3ad5377
commit ddf9bd894d

View File

@ -6,8 +6,8 @@
#include <stdio.h> #include <stdio.h>
#ifndef WIN32 #ifndef WIN32
#include <sys/socket.h> #include <sys/socket.h>
#endif
#include <netdb.h> #include <netdb.h>
#endif
// TODO: move logging defs in their own header and include that // TODO: move logging defs in their own header and include that
void setTraceLevel (int level); void setTraceLevel (int level);