From c0b5175ce9cf48b9078c5f9839910cf8b531a8a5 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 20 Nov 1996 17:27:06 +0000 Subject: [PATCH] more conditional includes git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1059 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/inaddr2str.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/roken/inaddr2str.c b/lib/roken/inaddr2str.c index e5d134b41..d50d94a34 100644 --- a/lib/roken/inaddr2str.c +++ b/lib/roken/inaddr2str.c @@ -43,13 +43,21 @@ RCSID("$Id$"); #include #include +#ifdef HAVE_SYS_TYPES_H #include +#endif +#ifdef HAVE_SYS_SOCKET_H #include +#endif +#ifdef HAVE_NETINET_IN_H #include +#endif #ifdef HAVE_ARPA_INET_H #include #endif +#ifdef HAVE_NETDB_H #include +#endif #include "roken.h" /*