1.0.6.51: clean up compiler warnings in the runtime
[sbcl.git] / src / runtime / pthread-lutex.c
index 1f2f414..6365214 100644 (file)
 #include "arch.h"
 #include "target-arch-os.h"
 #include "os.h"
+#include "pthread-lutex.h"
+#include "gencgc.h"
 
 #include "genesis/lutex.h"
 
-typedef unsigned long tagged_lutex_t;
-
 #if 1
 # define lutex_assert(ex)                                              \
 do {                                                                   \