1
0
Fork 0
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:
daniel-k 2016-07-01 19:03:51 +02:00
parent 3d752ed737
commit cd30d0969b

View file

@ -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