diff options
-rw-r--r-- | contrib/gai.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gai.c b/contrib/gai.c index 28961382..56e881cb 100644 --- a/contrib/gai.c +++ b/contrib/gai.c @@ -10,6 +10,8 @@ #include <stdlib.h> #include <string.h> +#include <sys/types.h> +#include <sys/socket.h> #include <netdb.h> /* |