From 6de63bb73971b0dc5cfd8baa15f6bb680ce01ed1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 29 Mar 2004 07:29:49 +0000 Subject: [PATCH] Include "vasprintf.h", for asprintf. --- src/who.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/who.c b/src/who.c index fa3e211045..184a8cb703 100644 --- a/src/who.c +++ b/src/who.c @@ -33,6 +33,7 @@ #include "readutmp.h" #include "error.h" +#include "vasprintf.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "who" -- 2.47.2