diff options
Diffstat (limited to 'polyp/pstream.c')
-rw-r--r-- | polyp/pstream.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/polyp/pstream.c b/polyp/pstream.c index c081c242..6f983289 100644 --- a/polyp/pstream.c +++ b/polyp/pstream.c @@ -27,7 +27,12 @@ #include <stdlib.h> #include <assert.h> #include <unistd.h> + +#ifdef HAVE_NETINET_IN_H #include <netinet/in.h> +#endif + +#include "winsock.h" #include "pstream.h" #include "queue.h" |