aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-04-06 21:54:43 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-04-06 21:54:43 +0000
commite40ddfb473102ade34ee1d0667d143ee204a2562 (patch)
treec3e09bc081e6a2dbf028d38d421e440c145c0a1c /lib
parent6c90aaaf2c10115bcb80f130f60a99529c0272b2 (diff)
downloadenigma2-e40ddfb473102ade34ee1d0667d143ee204a2562.tar.gz
enigma2-e40ddfb473102ade34ee1d0667d143ee204a2562.zip
make gcc 4.1 happy
Diffstat (limited to 'lib')
-rw-r--r--lib/base/thread.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base/thread.cpp b/lib/base/thread.cpp
index 8dded28a..5353707d 100644
--- a/lib/base/thread.cpp
+++ b/lib/base/thread.cpp
@@ -2,6 +2,7 @@
#include <stdio.h>
#include <unistd.h>
+#include <assert.h>
#include <lib/base/eerror.h>
void eThread::thread_completed(void *ptr)