1.0.39.4: fix build on non-darwin and ppc/darwin platforms
[sbcl.git] / tools-for-build / grovel-headers.c
index 2058cad..de5340d 100644 (file)
@@ -38,6 +38,8 @@
   #include <sys/termios.h>
   #ifdef LISP_FEATURE_DARWIN
     #include "../src/runtime/darwin-langinfo.h"
+  #else
+    #include <langinfo.h>
   #endif
   #ifdef LISP_FEATURE_DLSHIM
     #include "../src/runtime/darwin-dlshim.h"