diff options
Diffstat (limited to 'polyp/main.c')
-rw-r--r-- | polyp/main.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/polyp/main.c b/polyp/main.c index 437f0a41..e481fce1 100644 --- a/polyp/main.c +++ b/polyp/main.c @@ -42,15 +42,13 @@ #include <sys/ioctl.h> #endif -#ifdef HAVE_WINSOCK2_H -#include <winsock2.h> -#endif - #ifdef HAVE_LIBWRAP #include <syslog.h> #include <tcpd.h> #endif +#include "winsock.h" + #include "core.h" #include "mainloop.h" #include "module.h" |