From 9a1f7398401c4ca1407bbf0037168c1264f0cbc8 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 22 Jan 2014 10:40:12 +0100 Subject: [PATCH] But we do need the netinet/in.h include --- src/types-internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types-internal.h b/src/types-internal.h index 893dfb8d..4c5170d9 100644 --- a/src/types-internal.h +++ b/src/types-internal.h @@ -37,6 +37,7 @@ #define TYPES_INTERNAL_H_ #include +#include #include struct getdns_context;