aboutsummaryrefslogtreecommitdiff
path: root/lib/base
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-05-12 12:51:54 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-05-12 12:51:54 +0000
commit72042565cd6784df72578c3e40c6589d7366ced0 (patch)
tree2b56d9200e0008dcb7bbdb1b37c376c86d2b6536 /lib/base
parent02c37edf53c4182ad08ff716604872f718f18045 (diff)
downloadenigma2-72042565cd6784df72578c3e40c6589d7366ced0.tar.gz
enigma2-72042565cd6784df72578c3e40c6589d7366ced0.zip
add missing header
Diffstat (limited to 'lib/base')
-rw-r--r--lib/base/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base/thread.h b/lib/base/thread.h
index 80c8d92a..629a9656 100644
--- a/lib/base/thread.h
+++ b/lib/base/thread.h
@@ -2,6 +2,7 @@
#define __lib_base_thread_h
#include <pthread.h>
+#include <signal.h>
class eThread
{