From e298578c6f4bc5c991d43826dfa64e426cf75566 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Mon, 16 Aug 1999 18:43:12 +0000 Subject: we need to include sys/wait.h since we use waitpid here --- sbin/reboot/reboot.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sbin/reboot/reboot.c') diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c index 60347fa6cae..68b25587365 100644 --- a/sbin/reboot/reboot.c +++ b/sbin/reboot/reboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: reboot.c,v 1.15 1999/07/19 00:10:00 deraadt Exp $ */ +/* $OpenBSD: reboot.c,v 1.16 1999/08/16 18:43:11 art Exp $ */ /* $NetBSD: reboot.c,v 1.8 1995/10/05 05:36:22 mycroft Exp $ */ /* @@ -44,13 +44,14 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)reboot.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$OpenBSD: reboot.c,v 1.15 1999/07/19 00:10:00 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: reboot.c,v 1.16 1999/08/16 18:43:11 art Exp $"; #endif #endif /* not lint */ #include #include #include +#include #include #include #include -- cgit v1.2.3