From 9311437f3de8052027cd1b6b2ded63259856e50b Mon Sep 17 00:00:00 2001 From: Nickolai Zeldovich Date: Sat, 2 Feb 2002 18:33:49 +0000 Subject: [PATCH] Add the necessary includes for AFS_ISGLOCK, AFS_GLOCK, AFS_GUNLOCK. --- src/rx/SOLARIS/rx_kmutex.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rx/SOLARIS/rx_kmutex.c b/src/rx/SOLARIS/rx_kmutex.c index 38e679871..3e9472719 100644 --- a/src/rx/SOLARIS/rx_kmutex.c +++ b/src/rx/SOLARIS/rx_kmutex.c @@ -20,7 +20,9 @@ RCSID("$Header$"); #if defined(AFS_SUN5_ENV) && defined(KERNEL) +#include "../rx/rx_kcommon.h" #include "../rx/rx_kmutex.h" +#include "../rx/rx_kernel.h" #include #include -- 2.39.5