summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-21 14:57:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-21 14:57:12 +0000
commite1a4de2947edbd0e3935100d59c1d3a778f246c7 (patch)
treeed1beff6e84515b0da7d16f2ed83c4ac3b283b39 /sys/arch/mips64
parent3aee8f4c4f9a0af65895f244f812b9ace54a17d3 (diff)
two more proc.h needed
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/mips64/ipifuncs.c3
1 files changed, 2 insertions, 1 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>