diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-09 16:13:07 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-09 16:13:07 +0000 |
commit | aab4a6e250b535f624fda7441efb31e1f6569c14 (patch) | |
tree | 1e0097beed126e3c825b00bf083cf5d7cf5bf3b9 | |
parent | e06ee0865db8587a353605c9dd98d1a5db5de817 (diff) |
add sys/timeout.h
-rw-r--r-- | sys/dev/pci/if_bnxreg.h | 3 |
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> |