From 1ce6c861243504134bec5619a31aa3b852887d81 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 6 Jul 1996 23:06:30 +0000 Subject: (argp_program_version): New variable. : New include. --- utils/vmstat.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/vmstat.c') diff --git a/utils/vmstat.c b/utils/vmstat.c index 8e43554a..d99efcc7 100644 --- a/utils/vmstat.c +++ b/utils/vmstat.c @@ -28,6 +28,9 @@ #include #include +#include + +char *argp_program_version = "vmstat 1.0 (GNU " HURD_RELEASE ")"; struct field { /* Name of the field; used for the option name. */ -- cgit v1.2.3