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 8dded28ab9de8dc4474bd9c11ba60c452534153b..5353707dc9564f57f5a34476c6e8b558db360bcb 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)