diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/who.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,6 +31,7 @@ #include <sys/types.h> #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; |