diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-21 15:00:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-21 15:00:15 +0000 |
commit | 1fb9dc4153909e4561216623ef9426cfb6d5ec2a (patch) | |
tree | f8970cbc0d4788c882fb47468ec3c7c583c2fbde /sys/arch/alpha/pci | |
parent | e1a4de2947edbd0e3935100d59c1d3a778f246c7 (diff) |
more proc.h needed
Diffstat (limited to 'sys/arch/alpha/pci')
-rw-r--r-- | sys/arch/alpha/pci/pci_machdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/pci/pci_machdep.c b/sys/arch/alpha/pci/pci_machdep.c index 73c9a24fb40..b8ce26c181a 100644 --- a/sys/arch/alpha/pci/pci_machdep.c +++ b/sys/arch/alpha/pci/pci_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.c,v 1.18 2010/04/20 23:35:16 deraadt Exp $ */ +/* $OpenBSD: pci_machdep.c,v 1.19 2010/04/21 15:00:14 deraadt Exp $ */ /* $NetBSD: pci_machdep.c,v 1.7 1996/11/19 04:57:32 cgd Exp $ */ /* @@ -36,6 +36,8 @@ #include <sys/param.h> #include <sys/time.h> #include <sys/systm.h> +#include <sys/proc.h> +#include <sys/sysctl.h> #include <sys/errno.h> #include <sys/device.h> #include <uvm/uvm_extern.h> |