aboutsummaryrefslogtreecommitdiff
path: root/lib/base/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base/thread.h')
-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
{