]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Add the necessary includes for AFS_ISGLOCK, AFS_GLOCK, AFS_GUNLOCK.
authorNickolai Zeldovich <kolya@mit.edu>
Sat, 2 Feb 2002 18:33:49 +0000 (18:33 +0000)
committerNickolai Zeldovich <kolya@mit.edu>
Sat, 2 Feb 2002 18:33:49 +0000 (18:33 +0000)
src/rx/SOLARIS/rx_kmutex.c

index 38e679871430a400c866d05346be4b27819855f5..3e94727191fb9f14273059ea214bb36812a4c3eb 100644 (file)
@@ -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 <errno.h>
 #include <sys/tiuser.h>