diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-07 22:22:58 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-07 22:22:58 +0000 |
commit | 10406cdd26a67dd88ea1c295ff3307791419cd07 (patch) | |
tree | 7eb283b486f41d67e61a70725eab13f6c6da0c34 | |
parent | 5d061a6c5a2f22ce769bc762dec02f2d7c6191b3 (diff) |
Need <sys/device.h>.
-rw-r--r-- | sys/arch/i386/pci/pci_bus_fixup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/pci_bus_fixup.c b/sys/arch/i386/pci/pci_bus_fixup.c index 3114af247cf..92f8c2b7eb1 100644 --- a/sys/arch/i386/pci/pci_bus_fixup.c +++ b/sys/arch/i386/pci/pci_bus_fixup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_bus_fixup.c,v 1.3 2000/03/28 03:37:59 mickey Exp $ */ +/* $OpenBSD: pci_bus_fixup.c,v 1.4 2000/04/07 22:22:57 aaron Exp $ */ /* $NetBSD: pci_bus_fixup.c,v 1.1 1999/11/17 07:32:58 thorpej Exp $ */ /* @@ -33,6 +33,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> +#include <sys/device.h> #include <machine/bus.h> |