* src/threads/native/critical.h (signal.h): Added, build fix for some
authortwisti <none@none>
Mon, 29 May 2006 15:17:35 +0000 (15:17 +0000)
committertwisti <none@none>
Mon, 29 May 2006 15:17:35 +0000 (15:17 +0000)
older Darwin systems.

src/threads/native/critical.h

index 3c51eed58e8f96167cab6f17ce99cf7ec1c0a757..378e78356fdfb32727ad5b9b0e9be39f3e9dd729 100644 (file)
 
 #include "config.h"
 
+#include <signal.h>   /* required on some older Darwin systems for ucontext.h */
 #include <ucontext.h>
 
+
 /* forward typedefs ***********************************************************/
 
 typedef struct critical_section_node_t critical_section_node_t;