0.7.13.28:
[sbcl.git] / src / runtime / dynbind.c
index 2d9f47e..93bdeb7 100644 (file)
@@ -17,6 +17,9 @@
 #include "sbcl.h"
 #include "globals.h"
 #include "dynbind.h"
+#include "genesis/symbol.h"
+#include "genesis/binding.h"
+#include "genesis/static-symbols.h"
 
 #if defined(__i386__)
 #define GetBSP() ((struct binding *)SymbolValue(BINDING_STACK_POINTER))