From dbba8ae1e2ddb9a59c996bde3ece66ce97ceba85 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 11 Sep 1997 11:03:15 +0000 Subject: needs unistd.h --- usr.bin/modstat/modstat.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/modstat/modstat.c b/usr.bin/modstat/modstat.c index b8a6548a0b0..0a69672ade1 100644 --- a/usr.bin/modstat/modstat.c +++ b/usr.bin/modstat/modstat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: modstat.c,v 1.8 1997/02/06 13:02:43 deraadt Exp $ */ +/* $OpenBSD: modstat.c,v 1.9 1997/09/11 11:03:14 deraadt Exp $ */ /* * Copyright (c) 1993 Terrence R. Lambert. @@ -33,17 +33,18 @@ * */ -#include -#include -#include -#include -#include #include #include #include #include #include #include +#include +#include +#include +#include +#include +#include #include #include "pathnames.h" -- cgit v1.2.3