1.0.39.4: fix build on non-darwin and ppc/darwin platforms
[sbcl.git] / src / runtime / darwin-os.c
index 95de326..7bfc735 100644 (file)
 #include "bsd-os.h"
 #include <errno.h>
 
+#ifndef LISP_FEATURE_DLSHIM
+#include <dlfcn.h>
+#endif
+
 char *
 os_get_runtime_executable_path(int external)
 {