X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fparse.c;h=beedc2972e949ab1998a2129fc268dc690b2d8b1;hb=7be8d1462a207bda809cd7553c5d76c6ebc4dda2;hp=954bb0b51d47b00a4543de5b03ca9713807ef72a;hpb=3a0f3612dc2bbf3e4e8e7395bcbbf8cd1791b963;p=sbcl.git diff --git a/src/runtime/parse.c b/src/runtime/parse.c index 954bb0b..beedc29 100644 --- a/src/runtime/parse.c +++ b/src/runtime/parse.c @@ -12,6 +12,7 @@ */ #include +#include #include #include @@ -31,6 +32,7 @@ #include "arch.h" #include "search.h" #include "thread.h" +#include "pseudo-atomic.h" #include "genesis/simple-fun.h" #include "genesis/fdefn.h"