From ca48e4ece50b04c33f4709c41bf96a35905d1f6b Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 21 Apr 2010 03:03:27 +0000 Subject: more cleanup to cope with the change that tries to make proc.h not act like it is everything.h ok tedu --- sys/arch/mips64/include/lock.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/mips64/include') diff --git a/sys/arch/mips64/include/lock.h b/sys/arch/mips64/include/lock.h index 37b9961608b..1d28d83757a 100644 --- a/sys/arch/mips64/include/lock.h +++ b/sys/arch/mips64/include/lock.h @@ -1,10 +1,12 @@ -/* $OpenBSD: lock.h,v 1.3 2009/11/21 23:28:14 syuu Exp $ */ +/* $OpenBSD: lock.h,v 1.4 2010/04/21 03:03:26 deraadt Exp $ */ /* public domain */ #ifndef _MIPS64_LOCK_H_ #define _MIPS64_LOCK_H_ +#include + typedef volatile u_int __cpu_simple_lock_t; #define __SIMPLELOCK_LOCKED 1 -- cgit v1.2.3