1.0.42.7: fix shell scripts on Solaris (and FreeBSD?)
[sbcl.git] / src / runtime / runtime.c
index 7200500..0f1f0ff 100644 (file)
@@ -35,6 +35,7 @@
 #endif
 #include <errno.h>
 #include <locale.h>
+#include <limits.h>
 
 #if defined(SVR4) || defined(__linux__)
 #include <time.h>