From 211a8d5cb0c98a50a4f191b2abbee2678ede0b85 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 22 Sep 2005 07:01:24 +0000 Subject: Include canon-host.h rather than declaring canon_host ourselves. --- src/who.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/who.c') diff --git a/src/who.c b/src/who.c index bf70891b0..0ccb4566c 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; -- cgit v1.2.3-54-g00ecf