Skip to content
Snippets Groups Projects
Commit 362f7fde authored by Christian Mehlis's avatar Christian Mehlis
Browse files

Merge pull request #447 from OlegHahm/thread_include

added thread.h include (necessary since 227c8471).
parents 37a7393a 9eb1daf3
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include "tcb.h" #include "tcb.h"
#include "kernel.h" #include "kernel.h"
#include "sched.h" #include "sched.h"
#include "thread.h"
#include "irq.h" #include "irq.h"
#include "debug.h" #include "debug.h"
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <kernel_internal.h> #include <kernel_internal.h>
#include <clist.h> #include <clist.h>
#include <bitarithm.h> #include <bitarithm.h>
#include "thread.h"
#if SCHEDSTATISTICS #if SCHEDSTATISTICS
#include "hwtimer.h" #include "hwtimer.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment