Browse Source

Ah, standards, they are what windows lives to kill

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

2
src/management.c

@ -4,7 +4,9 @@
*/ */
#include <stdio.h> #include <stdio.h>
#ifndef WIN32
#include <sys/socket.h> #include <sys/socket.h>
#endif
#include <netdb.h> #include <netdb.h>
// TODO: move logging defs in their own header and include that // TODO: move logging defs in their own header and include that

Loading…
Cancel
Save