summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2010-04-23 23:59:12 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2010-04-23 23:59:12 +0000
commit998183ba4d3a9bddd35f57f692a1deae3514096c (patch)
treec43f51dab6bd29d8bf0c67b1536f0db96bec8adf /sys/dev
parent378ac550662b5c123abe0d204fdcad8a008c87a0 (diff)
Make raidframe compile after recent #include rectification. Noted by
oga@. ok deraadt@
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/raidframe/rf_openbsdkintf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_openbsdkintf.c b/sys/dev/raidframe/rf_openbsdkintf.c
index 971a07a9a53..b2f471346c2 100644
--- a/sys/dev/raidframe/rf_openbsdkintf.c
+++ b/sys/dev/raidframe/rf_openbsdkintf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rf_openbsdkintf.c,v 1.54 2010/04/23 15:25:21 jsing Exp $ */
+/* $OpenBSD: rf_openbsdkintf.c,v 1.55 2010/04/23 23:59:11 krw Exp $ */
/* $NetBSD: rf_netbsdkintf.c,v 1.109 2001/07/27 03:30:07 oster Exp $ */
/*-
@@ -117,6 +117,7 @@
#include <sys/conf.h>
#include <sys/lock.h>
#include <sys/buf.h>
+#include <sys/proc.h>
#include <sys/user.h>
#include <sys/reboot.h>