aboutsummaryrefslogtreecommitdiff
path: root/include/apos/tcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/tcb.h')
-rw-r--r--include/apos/tcb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/tcb.h b/include/apos/tcb.h
index 89b594d..572041d 100644
--- a/include/apos/tcb.h
+++ b/include/apos/tcb.h
@@ -8,7 +8,7 @@
#include <apos/mem_regions.h>
#include <apos/types.h>
-#include <tcb.h> /* arch-specific data */
+#include <arch/tcb.h> /* arch-specific data */
/* process(/main) threads don't have any previous threads */
#define is_proc(t) (!t->prev)