diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-21 03:03:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-21 03:03:27 +0000 |
commit | ca48e4ece50b04c33f4709c41bf96a35905d1f6b (patch) | |
tree | 0bad76df874a74978118183a2528059491d02744 /sys/arch/alpha | |
parent | 9497af87f5b565b6e916fe63f0f1813de69367ec (diff) |
more cleanup to cope with the change that tries to make proc.h not act
like it is everything.h
ok tedu
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/mem.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/alpha/mem.c b/sys/arch/alpha/alpha/mem.c index fc09c66d6f1..01ec48b47d5 100644 --- a/sys/arch/alpha/alpha/mem.c +++ b/sys/arch/alpha/alpha/mem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mem.c,v 1.23 2008/11/05 06:32:47 matthieu Exp $ */ +/* $OpenBSD: mem.c,v 1.24 2010/04/21 03:03:25 deraadt Exp $ */ /* $NetBSD: mem.c,v 1.26 2000/03/29 03:48:20 simonb Exp $ */ /* @@ -44,6 +44,7 @@ #include <sys/param.h> #include <sys/buf.h> #include <sys/systm.h> +#include <sys/proc.h> #include <sys/uio.h> #include <sys/malloc.h> #include <sys/msgbuf.h> |