summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-02-18 23:07:20 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-02-18 23:07:20 +0000
commit27038569322ac3c3f0996db04b2736314f356ee2 (patch)
tree92da5fee7ffcc65d6858c79177db12e0080eb02a /sys/dev
parenta9e1fe3799a48faf24e9ec0181ac7a765cd67d1e (diff)
need rndvar.h for it to compile
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/awi_wep.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/ic/awi_wep.c b/sys/dev/ic/awi_wep.c
index d5c920aaa12..655323abf1c 100644
--- a/sys/dev/ic/awi_wep.c
+++ b/sys/dev/ic/awi_wep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: awi_wep.c,v 1.6 2001/11/05 17:25:58 art Exp $ */
+/* $OpenBSD: awi_wep.c,v 1.7 2002/02/18 23:07:19 mickey Exp $ */
/* $NetBSD: awi_wep.c,v 1.2 2000/07/04 14:47:58 onoe Exp $ */
/*
@@ -97,6 +97,10 @@
#include <dev/rndvar.h>
#endif
+#ifdef __OpenBSD__
+#include <dev/rndvar.h>
+#endif
+
#ifdef __NetBSD__
#include <crypto/arc4/arc4.h>
#endif