From 0364e734114254e0ae9cd94a35a0bf68423bc379 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 10 Sep 2003 08:29:47 +0000 Subject: [PATCH] Include , unconditionally. --- lib/canon-host.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/lib/canon-host.c b/lib/canon-host.c index d2d0746c7f..b0c2f44bb1 100644 --- a/lib/canon-host.c +++ b/lib/canon-host.c @@ -1,6 +1,6 @@ /* Host name canonicalization - Copyright (C) 1995, 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1995, 1999, 2000, 2002, 2003 Free Software Foundation, Inc. Written by Miles Bader @@ -26,12 +26,8 @@ #ifdef HAVE_UNISTD_H # include #endif -#ifdef HAVE_STDLIB_H -# include -#endif -#ifdef HAVE_STRING_H -# include -#endif +#include +#include #ifdef HAVE_NETDB_H # include #endif -- 2.47.2