summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorCharles Longeau <chl@cvs.openbsd.org>2009-02-03 19:00:49 +0000
committerCharles Longeau <chl@cvs.openbsd.org>2009-02-03 19:00:49 +0000
commita71cd502a66a21e4f232d1da33cae8eb5d594b83 (patch)
treec8c713e34d81b7b8c9ee26ee3ef305c207dc008b /usr.sbin
parenteaff2ea3212185b28f2b1e7d4ad7787569f51d0d (diff)
add missing headers needed by wait()
ok rainer@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/rtsold/rtsol.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/rtsold/rtsol.c b/usr.sbin/rtsold/rtsol.c
index 3e31bbfc13e..8f7b8bd6e47 100644
--- a/usr.sbin/rtsold/rtsol.c
+++ b/usr.sbin/rtsold/rtsol.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtsol.c,v 1.15 2008/06/10 04:49:11 reyk Exp $ */
+/* $OpenBSD: rtsol.c,v 1.16 2009/02/03 19:00:48 chl Exp $ */
/* $KAME: rtsol.c,v 1.15 2002/05/31 10:10:03 itojun Exp $ */
/*
@@ -36,6 +36,8 @@
#include <sys/time.h>
#include <sys/queue.h>
#include <sys/stat.h>
+#include <sys/types.h>
+#include <sys/wait.h>
#include <net/if.h>
#include <net/route.h>