From 28a24ae515fe4563c035d0eb0e91d1c6c12ec235 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 9 May 2001 16:56:48 +0000 Subject: [PATCH] Add include of sys/mutex.h and resort include of sys/lock.h. --- sys/ia64/ia64/procfs_machdep.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/ia64/ia64/procfs_machdep.c b/sys/ia64/ia64/procfs_machdep.c index 81b6e3219f0..e771a37e990 100644 --- a/sys/ia64/ia64/procfs_machdep.c +++ b/sys/ia64/ia64/procfs_machdep.c @@ -66,6 +66,8 @@ #include #include +#include +#include #include #include #include @@ -74,7 +76,6 @@ #include #include -#include #include #include