From: Nickolai Zeldovich Date: Sat, 2 Feb 2002 18:33:49 +0000 (+0000) Subject: Add the necessary includes for AFS_ISGLOCK, AFS_GLOCK, AFS_GUNLOCK. X-Git-Tag: openafs-devel-1_3_0~16 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=9311437f3de8052027cd1b6b2ded63259856e50b;p=packages%2Fo%2Fopenafs.git Add the necessary includes for AFS_ISGLOCK, AFS_GLOCK, AFS_GUNLOCK. --- 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