diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-04-20 22:08:18 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-04-20 22:08:18 +0000 |
commit | 4c9ab331c312ece85c73a853aa4476db39ec8b8f (patch) | |
tree | 9376e65e6156a77a4f3d416af40d3cc864c336b4 /sys/arch/amd64 | |
parent | db10abfb640a50974a18e7061ec7790337b03345 (diff) |
need proc.h before user.h
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/acpi_machdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/amd64/acpi_machdep.c b/sys/arch/amd64/amd64/acpi_machdep.c index bfba94bb8ec..9412801b8c9 100644 --- a/sys/arch/amd64/amd64/acpi_machdep.c +++ b/sys/arch/amd64/amd64/acpi_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi_machdep.c,v 1.34 2010/04/07 06:33:06 kettenis Exp $ */ +/* $OpenBSD: acpi_machdep.c,v 1.35 2010/04/20 22:08:17 tedu Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * @@ -21,6 +21,7 @@ #include <sys/device.h> #include <sys/malloc.h> #include <sys/memrange.h> +#include <sys/proc.h> #include <sys/user.h> #include <uvm/uvm_extern.h> |