diff options
Diffstat (limited to 'Kernel/Syscalls/anon_create.cpp')
-rw-r--r-- | Kernel/Syscalls/anon_create.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Syscalls/anon_create.cpp b/Kernel/Syscalls/anon_create.cpp index 67073993ff..2308d75aff 100644 --- a/Kernel/Syscalls/anon_create.cpp +++ b/Kernel/Syscalls/anon_create.cpp @@ -6,8 +6,8 @@ #include <Kernel/FileSystem/AnonymousFile.h> #include <Kernel/FileSystem/FileDescription.h> +#include <Kernel/Memory/AnonymousVMObject.h> #include <Kernel/Process.h> -#include <Kernel/VM/AnonymousVMObject.h> namespace Kernel { |