X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fpthread-lutex.c;h=636521403598b1ab534ce9064383c38afb140bd0;hb=743831e679b673a5680a0afd8402911516bf50e2;hp=1f2f4147cd6773fc5a05728b020bfe9a7586e3a1;hpb=a7409fa0a69f733ea2460a1aeddbe04b5c4c0888;p=sbcl.git diff --git a/src/runtime/pthread-lutex.c b/src/runtime/pthread-lutex.c index 1f2f414..6365214 100644 --- a/src/runtime/pthread-lutex.c +++ b/src/runtime/pthread-lutex.c @@ -22,11 +22,11 @@ #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 { \