X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcanon-host.c;h=50ba67a6cfd11222cc91936c79acb2ad684d28b4;hb=2354d5ead305b61c925e53bcfb73d47de7c53162;hp=c29f314314f4a457c64e5a997f22eee565b90d3e;hpb=ba6b2865caee98a973cfbb959ed8ebd82f4d74d2;p=gnulib.git diff --git a/lib/canon-host.c b/lib/canon-host.c index c29f31431..50ba67a6c 100644 --- a/lib/canon-host.c +++ b/lib/canon-host.c @@ -1,6 +1,6 @@ /* Host name canonicalization - Copyright (C) 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. Written by Derek Price . @@ -22,8 +22,9 @@ #include "canon-host.h" +#include + #include "getaddrinfo.h" -#include "strdup.h" /* Store the last error for the single-threaded version of this function. */ static int last_cherror;