summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-11-05 16:35:01 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-11-05 16:35:01 +0000
commitf719a7fb7b6728ca724a45da84af9d776a17f1f6 (patch)
treeba0302f074294a2abe50c0c11c67972723632bad /sys/dev
parent3cd7077c1905416c779bbd268a0b9e41fff72e49 (diff)
needs rndvar.h
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 2dfe228141e..68d2984632f 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.4 2001/09/10 14:49:45 mickey Exp $ */
+/* $OpenBSD: awi_wep.c,v 1.5 2001/11/05 16:35:00 mickey Exp $ */
/* $NetBSD: awi_wep.c,v 1.2 2000/07/04 14:47:58 onoe Exp $ */
/*
@@ -92,6 +92,10 @@
#include <dev/ic/awivar.h>
#endif
+#ifdef __OpenBSD__
+#include <dev/rndvar.h>
+#endif
+
#ifdef __NetBSD__
#include <crypto/arc4/arc4.h>
#endif