summaryrefslogtreecommitdiff
path: root/utils/vmstat.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-06 23:06:30 +0000
committerMiles Bader <miles@gnu.org>1996-07-06 23:06:30 +0000
commit1ce6c861243504134bec5619a31aa3b852887d81 (patch)
tree98c5e4dbef74f6497011020a567c3f247d1000c2 /utils/vmstat.c
parent7524babcd7697c112af1ce90637dece035c78b42 (diff)
(argp_program_version): New variable.
<hurd.h>: New include.
Diffstat (limited to 'utils/vmstat.c')
-rw-r--r--utils/vmstat.c3
1 files changed, 3 insertions, 0 deletions
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 <mach.h>
#include <mach/vm_statistics.h>
+#include <hurd.h>
+
+char *argp_program_version = "vmstat 1.0 (GNU " HURD_RELEASE ")";
struct field {
/* Name of the field; used for the option name. */