diff options
| -rw-r--r-- | usr.bin/systat/globalcmds.c | 3 |
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" |
