mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
kernel/tasks: add missing include <asm/processor.h> for get_tls()
This commit is contained in:
parent
3d752ed737
commit
cd30d0969b
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
#include <hermit/syscall.h>
|
||||
#include <hermit/memory.h>
|
||||
#include <asm/tss.h>
|
||||
#include <asm/processor.h>
|
||||
|
||||
/*
|
||||
* Note that linker symbols are not variables, they have no memory allocated for
|
||||
|
|
Loading…
Add table
Reference in a new issue