From d2c2fbe7ca25affb69715a39922a91875eaad9c7 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Mon, 9 Aug 2010 07:04:38 -0700 Subject: Added timed_wait to condition variables. --- src/rt/globals.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rt/globals.h') diff --git a/src/rt/globals.h b/src/rt/globals.h index f8025a40..85aa5860 100644 --- a/src/rt/globals.h +++ b/src/rt/globals.h @@ -20,12 +20,14 @@ extern "C" { } #elif defined(__GNUC__) #include +#include #include #include #include #include #include #include +#include #else #error "Platform not supported." #endif -- cgit v1.2.3