diff options
-rw-r--r-- | polyp/module-protocol-stub.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/polyp/module-protocol-stub.c b/polyp/module-protocol-stub.c index 0b91c68c..37a17c86 100644 --- a/polyp/module-protocol-stub.c +++ b/polyp/module-protocol-stub.c @@ -29,6 +29,9 @@ #include <assert.h> #include <unistd.h> +#ifdef HAVE_SYS_SOCKET_H +#include <sys/socket.h> +#endif #ifdef HAVE_ARPA_INET_H #include <arpa/inet.h> #endif |