1.0.39.3: support building on darwin x86 and x86-64 without the dlshim
[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)
 {