summaryrefslogtreecommitdiff
path: root/src/pinky.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pinky.c')
-rw-r--r--src/pinky.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pinky.c b/src/pinky.c
index dc8e0f98b..d26697c9b 100644
--- a/src/pinky.c
+++ b/src/pinky.c
@@ -25,6 +25,7 @@
#include <sys/types.h>
#include "system.h"
+#include "canon-host.h"
#include "error.h"
#include "hard-locale.h"
#include "inttostr.h"
@@ -286,7 +287,6 @@ print_entry (const STRUCT_UTMP *utmp_ent)
#ifdef HAVE_UT_HOST
if (include_where && utmp_ent->ut_host[0])
{
- extern char *canon_host ();
char ut_host[sizeof (utmp_ent->ut_host) + 1];
char *host = NULL;
char *display = NULL;