X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fprint.c;h=67a7c207dae45e244b4e6a084523ef4514bad2eb;hb=d90c8a75da90925a51a587f7bd4d9c494256f68a;hp=da8744eb0862fe0f4000508bccfc2e82f7931102;hpb=ceca5e366b9de70cf973a793640acee2cedfcee5;p=sbcl.git diff --git a/src/runtime/print.c b/src/runtime/print.c index da8744e..67a7c20 100644 --- a/src/runtime/print.c +++ b/src/runtime/print.c @@ -215,6 +215,9 @@ fshow_fun(void __attribute__((__unused__)) *ignored, #ifdef LISP_FEATURE_GENCGC #include "gencgc-alloc-region.h" /* genesis/thread.h needs this */ #endif +#if defined(LISP_FEATURE_WIN32) +# include "win32-thread-private-events.h" /* genesis/thread.h needs this */ +#endif #include "genesis/static-symbols.h" #include "genesis/primitive-objects.h" #include "genesis/static-symbols.h"