summaryrefslogtreecommitdiff
path: root/src/who.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-29 07:29:49 +0000
committerJim Meyering <jim@meyering.net>2004-03-29 07:29:49 +0000
commit6de63bb73971b0dc5cfd8baa15f6bb680ce01ed1 (patch)
tree02d6f3cdacb59f0fbbbf5048982e323496038d01 /src/who.c
parenta3bae2f4173c28aa004c8b92886351a57a062928 (diff)
downloadcoreutils-6de63bb73971b0dc5cfd8baa15f6bb680ce01ed1.tar.xz
Include "vasprintf.h", for asprintf.
Diffstat (limited to 'src/who.c')
-rw-r--r--src/who.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/who.c b/src/who.c
index fa3e21104..184a8cb70 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"