diff options
| author | 2006-06-17 17:56:10 +0000 | |
|---|---|---|
| committer | 2006-06-17 17:56:10 +0000 | |
| commit | 06a9f16d21e1b1b06de958c64186f46fd77c8bf6 (patch) | |
| tree | 7c721035e8e334a50f1096463a69dfb33eb5fc71 /sys/dev/pci/if_re_pci.c | |
| parent | We do not have the xf and xb commands. (diff) | |
| download | wireguard-openbsd-06a9f16d21e1b1b06de958c64186f46fd77c8bf6.tar.xz wireguard-openbsd-06a9f16d21e1b1b06de958c64186f46fd77c8bf6.zip | |
add sys/timeout.h
Diffstat (limited to 'sys/dev/pci/if_re_pci.c')
| -rw-r--r-- | sys/dev/pci/if_re_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_re_pci.c b/sys/dev/pci/if_re_pci.c index dc71c50e8dd..9dd70b67322 100644 --- a/sys/dev/pci/if_re_pci.c +++ b/sys/dev/pci/if_re_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_re_pci.c,v 1.10 2006/06/09 00:59:33 brad Exp $ */ +/* $OpenBSD: if_re_pci.c,v 1.11 2006/06/17 18:00:43 brad Exp $ */ /* * Copyright (c) 2005 Peter Valchev <pvalchev@openbsd.org> @@ -28,6 +28,7 @@ #include <sys/malloc.h> #include <sys/kernel.h> #include <sys/device.h> +#include <sys/timeout.h> #include <sys/socket.h> #include <net/if.h> |
