1.0.48.19: another go at fixing the win32 build
[sbcl.git] / tools-for-build / determine-endianness.c
index 8cbf594..b59d2ed 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
 
 int main (int argc, char *argv[]) {
     int foo = 0x20212223;