X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fparse.c;h=66292affd4c2c33c8371ebf66590d14836afbdb5;hb=c712f88b26cd7547ee984b90e18c134401335bc3;hp=954bb0b51d47b00a4543de5b03ca9713807ef72a;hpb=3a0f3612dc2bbf3e4e8e7395bcbbf8cd1791b963;p=sbcl.git diff --git a/src/runtime/parse.c b/src/runtime/parse.c index 954bb0b..66292af 100644 --- a/src/runtime/parse.c +++ b/src/runtime/parse.c @@ -12,10 +12,15 @@ */ #include +#include #include -#include #include "sbcl.h" +#if defined(LISP_FEATURE_WIN32) && defined(LISP_FEATURE_SB_THREAD) +#include "pthreads_win32.h" +#else +#include +#endif #include "runtime.h" #if defined(LISP_FEATURE_SB_LDB) @@ -31,6 +36,7 @@ #include "arch.h" #include "search.h" #include "thread.h" +#include "pseudo-atomic.h" #include "genesis/simple-fun.h" #include "genesis/fdefn.h"