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 38e6798..3e94727 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>