X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fcore.h;h=e7484c3d07a68437c94c3c2f71f26180d017baa6;hb=d319b944d934f3efbb01a2a345c46bafd40857d0;hp=aa57ba9bfe307d9318c0ae1bf364b686b62c653b;hpb=cd2c70c8b5d4dcc62b968f5a9bedd3c9c8698e82;p=sbcl.git diff --git a/src/runtime/core.h b/src/runtime/core.h index aa57ba9..e7484c3 100644 --- a/src/runtime/core.h +++ b/src/runtime/core.h @@ -12,10 +12,11 @@ #ifndef _CORE_H_ #define _CORE_H_ +#include "sbcl.h" #include "runtime.h" struct ndir_entry { -#ifndef alpha +#ifndef LISP_FEATURE_ALPHA long identifier; long nwords; long data_page;