diff options
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ * copyright notice and this permission notice appear in all copies. */ +#include <sys/socket.h> +#include <netinet/in.h> #include <netdb.h> #include <stdio.h> #include <stdlib.h> |