1.0.37.32: Adapt test :GC-DEADLOCK due to 1.0.37.30.
[sbcl.git] / src / runtime / darwin-os.h
index b78f470..9228d1b 100644 (file)
@@ -27,7 +27,6 @@ typedef struct ucontext os_context_t;
 
 
 #else
-#include <ucontext.h>
 typedef ucontext_t os_context_t;
 #endif