From: Paul Eggert Date: Thu, 22 Sep 2005 07:01:24 +0000 (+0000) Subject: Include canon-host.h rather than declaring canon_host ourselves. X-Git-Tag: v5.90~140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=211a8d5cb0c98a50a4f191b2abbee2678ede0b85;p=thirdparty%2Fcoreutils.git Include canon-host.h rather than declaring canon_host ourselves. --- diff --git a/src/who.c b/src/who.c index bf70891b0b..0ccb4566c2 100644 --- a/src/who.c +++ b/src/who.c @@ -31,6 +31,7 @@ #include #include "system.h" +#include "canon-host.h" #include "readutmp.h" #include "error.h" #include "hard-locale.h" @@ -99,7 +100,6 @@ #endif char *ttyname (); -char *canon_host (); /* The name this program was run with. */ char *program_name;