diff options
Diffstat (limited to 'dev/kernel/KernelKit/ThreadLocalStorage.inl')
| -rw-r--r-- | dev/kernel/KernelKit/ThreadLocalStorage.inl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/KernelKit/ThreadLocalStorage.inl b/dev/kernel/KernelKit/ThreadLocalStorage.inl index 0517dada..f9f9da12 100644 --- a/dev/kernel/KernelKit/ThreadLocalStorage.inl +++ b/dev/kernel/KernelKit/ThreadLocalStorage.inl @@ -8,7 +8,7 @@ //! @brief Allocate resources from the process's heap storage. #ifndef INC_PROCESS_SCHEDULER_H -#include <KernelKit/UserProcessScheduler.h> +#include <KernelKit/ProcessScheduler.h> #endif template <typename T> |
