make gcc 4.1 happy
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 6 Apr 2006 21:54:43 +0000 (21:54 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 6 Apr 2006 21:54:43 +0000 (21:54 +0000)
lib/base/thread.cpp

index 8dded28..5353707 100644 (file)
@@ -2,6 +2,7 @@
 
 #include <stdio.h>
 #include <unistd.h>
+#include <assert.h>
 #include <lib/base/eerror.h>
 
 void eThread::thread_completed(void *ptr)