From: deraadt Date: Fri, 31 Jan 1997 10:08:37 +0000 (+0000) Subject: need string.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=da36994f1ab50d53540ab0e319807a1e35c4c606;p=openbsd need string.h --- diff --git a/usr.bin/systat/disks.c b/usr.bin/systat/disks.c index ca43095f3bc..a4cfe6d15cf 100644 --- a/usr.bin/systat/disks.c +++ b/usr.bin/systat/disks.c @@ -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 $ */ /*- @@ -38,9 +38,10 @@ #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 #include "systat.h" #include "extern.h" static void dkselect(char *args, int truefalse, int selections[]);