summaryrefslogtreecommitdiff
path: root/include/nitro/OS_thread_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nitro/OS_thread_shared.h')
-rw-r--r--include/nitro/OS_thread_shared.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/nitro/OS_thread_shared.h b/include/nitro/OS_thread_shared.h
index a0cce54d..0c0e7f9a 100644
--- a/include/nitro/OS_thread_shared.h
+++ b/include/nitro/OS_thread_shared.h
@@ -15,6 +15,9 @@
#include "nitro/types.h"
+/* UGLY HACK: include proc specific header for OSContext */
+#include "OS_context.h"
+
typedef struct OSiAlarm OSAlarm;
typedef struct _OSThread OSThread;