diff options
-rw-r--r-- | support/include/sockaddr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/include/sockaddr.h b/support/include/sockaddr.h index a1c30f9..446b537 100644 --- a/support/include/sockaddr.h +++ b/support/include/sockaddr.h @@ -27,6 +27,7 @@ #ifdef HAVE_LIBIO_H #include <libio.h> #endif +#include <stdlib.h> #include <stdbool.h> #include <sys/socket.h> #include <netinet/in.h> |