0.9.4.68:
[sbcl.git] / src / runtime / alloc.h
index 361d5cb..0f2714c 100644 (file)
@@ -12,6 +12,7 @@
 #ifndef _ALLOC_H_
 #define _ALLOC_H_
 
+#include "sbcl.h"
 #include "runtime.h"
 
 extern lispobj alloc_cons(lispobj car, lispobj cdr);