summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2006-08-09 16:13:06 +0000
committerbrad <brad@openbsd.org>2006-08-09 16:13:06 +0000
commit47d938e16c4e074ccb4cdf8ee303a031ee6e40a7 (patch)
treec4fd73b0bb4173f936df379a643d22a01a166bef
parentChange #if __LP64__ to #ifdef __LP64__ as requested by brad (diff)
downloadwireguard-openbsd-47d938e16c4e074ccb4cdf8ee303a031ee6e40a7.tar.xz
wireguard-openbsd-47d938e16c4e074ccb4cdf8ee303a031ee6e40a7.zip
add sys/timeout.h
-rw-r--r--sys/dev/pci/if_bnxreg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_bnxreg.h b/sys/dev/pci/if_bnxreg.h
index 7af2863951b..58c46cb034c 100644
--- a/sys/dev/pci/if_bnxreg.h
+++ b/sys/dev/pci/if_bnxreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bnxreg.h,v 1.3 2006/08/09 15:53:24 marco Exp $ */
+/* $OpenBSD: if_bnxreg.h,v 1.4 2006/08/09 16:13:06 brad Exp $ */
/*-
* Copyright (c) 2006 Broadcom Corporation
@@ -44,6 +44,7 @@
#include <sys/kernel.h>
#include <sys/device.h>
#include <sys/socket.h>
+#include <sys/timeout.h>
#include <net/if.h>
#include <net/if_dl.h>