From 965148b43b5b859934b7af2e8447ba1026a43a19 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 10 Oct 2011 19:36:55 -0700 Subject: Adding the basic "Handle" structure, and adding an early version of Input. Renamed suspend() to yield(). Fixed a couple of bugs, and reorganized slightly some code. --- src/Threads.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Threads.cc') diff --git a/src/Threads.cc b/src/Threads.cc index 7c928f8..fa3f0f3 100644 --- a/src/Threads.cc +++ b/src/Threads.cc @@ -1,5 +1,5 @@ -#include -#include +#include "Exceptions.h" +#include "Threads.h" Balau::Lock::Lock() { int r; -- cgit v1.2.3