need string.h
authorderaadt <deraadt@openbsd.org>
Fri, 31 Jan 1997 10:08:37 +0000 (10:08 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 31 Jan 1997 10:08:37 +0000 (10:08 +0000)
usr.bin/systat/disks.c

index ca43095..a4cfe6d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: disks.c,v 1.6 1997/01/17 07:13:23 millert Exp $       */
+/*     $OpenBSD: disks.c,v 1.7 1997/01/31 10:08:37 deraadt Exp $       */
 /*     $NetBSD: disks.c,v 1.4 1996/05/10 23:16:33 thorpej Exp $        */
 
 /*-
 #if 0
 static char sccsid[] = "@(#)disks.c    8.1 (Berkeley) 6/6/93";
 #endif
-static char rcsid[] = "$OpenBSD: disks.c,v 1.6 1997/01/17 07:13:23 millert Exp $";
+static char rcsid[] = "$OpenBSD: disks.c,v 1.7 1997/01/31 10:08:37 deraadt Exp $";
 #endif /* not lint */
 
+#include <string.h>
 #include "systat.h"
 #include "extern.h"
 static void dkselect(char *args, int truefalse, int selections[]);