Include osscheme.h in flonum.c for error_unimplemented_primitive.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 31 Jul 2011 23:27:08 +0000 (23:27 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 31 Jul 2011 23:27:08 +0000 (23:27 +0000)
(What's error_unimplemented_primitive doing there?)

src/microcode/flonum.c

index 9b4f5e437718c216e48176deb2bed640f26d3992..20d29713a4030464bff347529f8d72ec2e20fa66 100644 (file)
@@ -27,6 +27,7 @@ USA.
 /* Floating Point Arithmetic */
 
 #include "scheme.h"
+#include "osscheme.h"          /* error_unimplemented_primitive -- foo */
 #include "prims.h"
 #include <errno.h>