Add an include to remove a warning.
authorJoe Marshall <eval.apply@gmail.com>
Wed, 3 Aug 2011 02:07:20 +0000 (19:07 -0700)
committerJoe Marshall <eval.apply@gmail.com>
Wed, 3 Aug 2011 02:07:20 +0000 (19:07 -0700)
src/microcode/flonum.c

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