From 7549bb66c233d7034975458d8177e806061679e2 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Tue, 24 Feb 1998 03:12:55 +0000 Subject: [PATCH] Add an '#include ' for the netinet/in.h section --- src/include/config.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/config.h.in b/src/include/config.h.in index abde7c5f65..79131df2e2 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 # include # endif # include