diff options
Diffstat (limited to 'common/tcb.c')
| -rw-r--r-- | common/tcb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/tcb.c b/common/tcb.c index cbbfa47..7f3cf81 100644 --- a/common/tcb.c +++ b/common/tcb.c @@ -1,7 +1,7 @@ #include <apos/tcb.h> -#include <apos/cpu.h> #include <apos/utils.h> #include <apos/sp_tree.h> +#include <arch/cpu.h> static struct sp_root t_root = (struct sp_root){0}; static struct tcb *__tcb_cache[MAX_CPUS] = {0}; |
