summaryrefslogtreecommitdiffstats
path: root/common/thread_calls.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/thread_calls.h')
-rw-r--r--common/thread_calls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/thread_calls.h b/common/thread_calls.h
index 8702c7e2..cf04b832 100644
--- a/common/thread_calls.h
+++ b/common/thread_calls.h
@@ -21,6 +21,8 @@
#if !defined(THREAD_CALLS_H)
#define THREAD_CALLS_H
+#include "arch.h"
+
int APP_CC
g_thread_create(THREAD_RV (THREAD_CC * start_routine)(void*), void* arg);
long APP_CC