From: Jim Meyering Date: Mon, 29 Mar 2004 07:29:49 +0000 (+0000) Subject: Include "vasprintf.h", for asprintf. X-Git-Tag: v5.3.0~1920 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6de63bb73971b0dc5cfd8baa15f6bb680ce01ed1;p=thirdparty%2Fcoreutils.git Include "vasprintf.h", for asprintf. --- 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"