From: Jim Meyering Date: Wed, 10 Sep 2003 08:29:47 +0000 (+0000) Subject: Include , unconditionally. X-Git-Tag: v5.1.0~784 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0364e734114254e0ae9cd94a35a0bf68423bc379;p=thirdparty%2Fcoreutils.git Include , unconditionally. --- 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