Browse Source

Fiddle with windows headers

pull/983/head
Hamish Coleman 2 years ago
parent
commit
ddf9bd894d
  1. 2
      src/management.c

2
src/management.c

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

Loading…
Cancel
Save