diff options
Diffstat (limited to 'Source/Kernel/MemoryManager/PageAlloc.ns.h')
-rw-r--r-- | Source/Kernel/MemoryManager/PageAlloc.ns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/MemoryManager/PageAlloc.ns.h b/Source/Kernel/MemoryManager/PageAlloc.ns.h index 894defa..d0b376a 100644 --- a/Source/Kernel/MemoryManager/PageAlloc.ns.h +++ b/Source/Kernel/MemoryManager/PageAlloc.ns.h @@ -1,7 +1,7 @@ #ifndef DEF_PAGEALLOC_NS_H #define DEF_PAGEALLOC_NS_H -#include <Core/common.wtf.h> +#include <common.h> namespace PageAlloc { void init(); |