X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fsearch.c;h=611c77ad169a2a38e536b4e9090808b83200c81d;hb=93c941d86b264637de20aa1b713757b704d4c1a6;hp=217a2942d826d8e58cf4ae69a67d1053d01658cb;hpb=686043635c45a16b418d2cc96a7f704fdab182c2;p=sbcl.git diff --git a/src/runtime/search.c b/src/runtime/search.c index 217a294..611c77a 100644 --- a/src/runtime/search.c +++ b/src/runtime/search.c @@ -15,6 +15,7 @@ #include "sbcl.h" #include "os.h" #include "search.h" +#include "genesis/primitive-objects.h" boolean search_for_type(int type, lispobj **start, int *count) {