diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-21 14:57:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-21 14:57:12 +0000 |
commit | e1a4de2947edbd0e3935100d59c1d3a778f246c7 (patch) | |
tree | ed1beff6e84515b0da7d16f2ed83c4ac3b283b39 | |
parent | 3aee8f4c4f9a0af65895f244f812b9ace54a17d3 (diff) |
two more proc.h needed
-rw-r--r-- | sys/arch/mips64/mips64/ipifuncs.c | 3 | ||||
-rw-r--r-- | sys/arch/sgi/sgi/ip30_machdep.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/mips64/mips64/ipifuncs.c b/sys/arch/mips64/mips64/ipifuncs.c index 8b98115c3f1..4a65832952e 100644 --- a/sys/arch/mips64/mips64/ipifuncs.c +++ b/sys/arch/mips64/mips64/ipifuncs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipifuncs.c,v 1.2 2009/12/28 06:55:27 syuu Exp $ */ +/* $OpenBSD: ipifuncs.c,v 1.3 2010/04/21 14:57:11 deraadt Exp $ */ /* $NetBSD: ipifuncs.c,v 1.40 2008/04/28 20:23:10 martin Exp $ */ /*- @@ -34,6 +34,7 @@ #include <sys/param.h> #include <sys/device.h> #include <sys/systm.h> +#include <sys/proc.h> #include <uvm/uvm_extern.h> diff --git a/sys/arch/sgi/sgi/ip30_machdep.c b/sys/arch/sgi/sgi/ip30_machdep.c index 0d459bb5421..8f3a9498a96 100644 --- a/sys/arch/sgi/sgi/ip30_machdep.c +++ b/sys/arch/sgi/sgi/ip30_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip30_machdep.c,v 1.40 2010/04/06 19:15:29 miod Exp $ */ +/* $OpenBSD: ip30_machdep.c,v 1.41 2010/04/21 14:57:11 deraadt Exp $ */ /* * Copyright (c) 2008, 2009 Miodrag Vallat. @@ -22,6 +22,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/proc.h> #include <sys/device.h> #include <sys/reboot.h> #include <sys/tty.h> |