diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-08-15 04:44:03 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-08-15 04:44:03 +0000 |
commit | 1c089fe6a2525ed0f2eebbe43cd1e315219c16b0 (patch) | |
tree | d02112a5c89c5c38a315b8d809b7fc6751d97510 /sys/dev/pci/if_nxe.c | |
parent | 5908b8a9f8d4e21ae38fafdce4d82c194bcf26bc (diff) |
this code definitely uses queue.h
Diffstat (limited to 'sys/dev/pci/if_nxe.c')
-rw-r--r-- | sys/dev/pci/if_nxe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_nxe.c b/sys/dev/pci/if_nxe.c index eda1df2d63d..e19a983cdb7 100644 --- a/sys/dev/pci/if_nxe.c +++ b/sys/dev/pci/if_nxe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_nxe.c,v 1.28 2007/08/15 04:42:47 dlg Exp $ */ +/* $OpenBSD: if_nxe.c,v 1.29 2007/08/15 04:44:02 dlg Exp $ */ /* * Copyright (c) 2007 David Gwynne <dlg@openbsd.org> @@ -27,6 +27,7 @@ #include <sys/malloc.h> #include <sys/device.h> #include <sys/proc.h> +#include <sys/queue.h> #include <sys/timeout.h> #include <sys/sensors.h> |