summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_vr.c
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2006-06-17 17:56:10 +0000
committerbrad <brad@openbsd.org>2006-06-17 17:56:10 +0000
commit06a9f16d21e1b1b06de958c64186f46fd77c8bf6 (patch)
tree7c721035e8e334a50f1096463a69dfb33eb5fc71 /sys/dev/pci/if_vr.c
parentWe do not have the xf and xb commands. (diff)
downloadwireguard-openbsd-06a9f16d21e1b1b06de958c64186f46fd77c8bf6.tar.xz
wireguard-openbsd-06a9f16d21e1b1b06de958c64186f46fd77c8bf6.zip
add sys/timeout.h
Diffstat (limited to 'sys/dev/pci/if_vr.c')
-rw-r--r--sys/dev/pci/if_vr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_vr.c b/sys/dev/pci/if_vr.c
index a72d939147a..39fd9371559 100644
--- a/sys/dev/pci/if_vr.c
+++ b/sys/dev/pci/if_vr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_vr.c,v 1.63 2006/05/28 00:04:24 jason Exp $ */
+/* $OpenBSD: if_vr.c,v 1.64 2006/06/17 18:00:43 brad Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -69,6 +69,7 @@
#include <sys/mbuf.h>
#include <sys/malloc.h>
#include <sys/kernel.h>
+#include <sys/timeout.h>
#include <sys/socket.h>
#include <net/if.h>