From 5917ca35190b526b65b4d26ad0b98024ce9e0b09 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Mon, 9 Aug 2010 08:06:08 -0700 Subject: Fixed deadlock in the scheduler caused by condition variables. --- src/rt/rust_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rt/rust_internal.h') diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h index 4f2d8902..46ea843f 100644 --- a/src/rt/rust_internal.h +++ b/src/rt/rust_internal.h @@ -38,6 +38,7 @@ extern "C" { #error "Platform not supported." #endif +#include "sync/sync.h" #include "sync/condition_variable.h" #ifndef __i386__ -- cgit v1.2.3