diff options
Diffstat (limited to '')
-rw-r--r-- | internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,10 +1,12 @@ /* See LICENSE file for copyright and license details. */ #include "liberror.h" +#include <sys/socket.h> #include <alloca.h> #include <errno.h> #include <inttypes.h> #include <limits.h> +#include <netdb.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |