diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-21 03:11:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-21 03:11:31 +0000 |
commit | 5648244d6a65adef4174a5c8323107a52a6cd270 (patch) | |
tree | 0748525b29d4335aa149086a6f7d9273a4946a09 /sys/arch/zaurus | |
parent | abe6e52f43fbc5477449bd0dfabaaf6e4984939d (diff) |
more cleanup to cope with the change that tries to make proc.h not act
like it is everything.h
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r-- | sys/arch/zaurus/dev/zaurus_apm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/zaurus/dev/zaurus_apm.c b/sys/arch/zaurus/dev/zaurus_apm.c index 75785f2de6b..87997e9f35c 100644 --- a/sys/arch/zaurus/dev/zaurus_apm.c +++ b/sys/arch/zaurus/dev/zaurus_apm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zaurus_apm.c,v 1.14 2010/03/30 17:40:55 oga Exp $ */ +/* $OpenBSD: zaurus_apm.c,v 1.15 2010/04/21 03:11:30 deraadt Exp $ */ /* * Copyright (c) 2005 Uwe Stuehler <uwe@bsdx.de> @@ -21,6 +21,7 @@ #include <sys/kernel.h> #include <sys/timeout.h> #include <sys/conf.h> +#include <sys/proc.h> #include <sys/sysctl.h> #include <arm/xscale/pxa2x0reg.h> |