X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcanon-host.c;h=b0c2f44bb1a3e92cf4196514efa49011d2730eec;hb=a0defda0c17171194c0d1f2957ba808629db61d4;hp=d2d0746c7f8b020d27e5c2fb066cc4ddfd656a93;hpb=d066717a885ad789b25ca801d0dd895bcee91973;p=gnulib.git diff --git a/lib/canon-host.c b/lib/canon-host.c index d2d0746c7..b0c2f44bb 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