aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index abde7c5f658..79131df2e20 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -103,6 +103,7 @@ int gethostname(char *name, int namelen);
#ifndef HAVE_INET_ATON
# ifdef HAVE_ARPA_INET_H
# ifdef HAVE_NETINET_IN_H
+# include <sys/types.h>
# include <netinet/in.h>
# endif
# include <arpa/inet.h>