summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1999-12-20 21:49:11 +0000
committerlukem <lukem@NetBSD.org>1999-12-20 21:49:11 +0000
commit00a4e0e7cec3336dd766b449a219ccbbaf217aa8 (patch)
tree95b9fd158da113c31c05a76da4d64fce63292d10
parent24b9ee353a8ee03230de125d484f3cae6d6b53b6 (diff)
need <string.h> for strlen()
-rw-r--r--usr.bin/systat/globalcmds.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/systat/globalcmds.c b/usr.bin/systat/globalcmds.c
index 6bbc9e823f9..a806b329e36 100644
--- a/usr.bin/systat/globalcmds.c
+++ b/usr.bin/systat/globalcmds.c
@@ -1,4 +1,4 @@
-/* $NetBSD: globalcmds.c,v 1.4 1999/12/20 19:31:47 jwise Exp $ */
+/* $NetBSD: globalcmds.c,v 1.5 1999/12/20 21:49:11 lukem Exp $ */
/*-
* Copyright (c) 1999
@@ -34,6 +34,7 @@
#include <curses.h>
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#include "systat.h"
#include "extern.h"