From daf815e5f29eef1ce2a548e417dc3262e89c4099 Mon Sep 17 00:00:00 2001 From: charnier Date: Thu, 16 Jul 1998 12:04:52 +0000 Subject: Make it compile again in the !__STDC__ case. Found by: Bruce. --- sbin/newfs/newfs.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sbin/newfs/newfs.c') diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index c9dbb37..80cbf52 100644 --- a/sbin/newfs/newfs.c +++ b/sbin/newfs/newfs.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)newfs.c 8.13 (Berkeley) 5/1/95"; #endif static const char rcsid[] = - "$Id$"; + "$Id: newfs.c,v 1.20 1998/07/15 06:28:05 charnier Exp $"; #endif /* not lint */ /* @@ -54,6 +54,8 @@ static const char rcsid[] = #include #include +#include +#include #include #include @@ -74,6 +76,8 @@ static const char rcsid[] = #if __STDC__ #include +#else +#include #endif #include "mntopts.h" -- cgit v1.1