diff options
Diffstat (limited to 'polyp/iochannel.c')
-rw-r--r-- | polyp/iochannel.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/polyp/iochannel.c b/polyp/iochannel.c index 08a4e362..1a0dbf91 100644 --- a/polyp/iochannel.c +++ b/polyp/iochannel.c @@ -28,9 +28,7 @@ #include <fcntl.h> #include <unistd.h> -#ifdef HAVE_WINSOCK2_H -#include <winsock2.h> -#endif +#include "winsock.h" #include "iochannel.h" #include "util.h" |