From 988695a96cee1eb825435260a1874b8daa0e590a Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Wed, 11 Aug 2010 21:23:34 -0700 Subject: Added support for task sleeping in the scheduler. --- 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 17148399..05463c53 100644 --- a/src/rt/rust_internal.h +++ b/src/rt/rust_internal.h @@ -39,6 +39,7 @@ extern "C" { #endif #include "sync/sync.h" +#include "sync/timer.h" #include "sync/condition_variable.h" #ifndef __i386__ -- cgit v1.2.3