diff options
Diffstat (limited to 'polyp/pstream.c')
-rw-r--r-- | polyp/pstream.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/polyp/pstream.c b/polyp/pstream.c index a64856d7..607b0c1a 100644 --- a/polyp/pstream.c +++ b/polyp/pstream.c @@ -32,6 +32,10 @@ #include <netinet/in.h> #endif +#ifdef HAVE_WINSOCK2_H +#include <winsock2.h> +#endif + #include "pstream.h" #include "queue.h" #include "xmalloc.h" |