diff options
Diffstat (limited to 'Kernel/Syscalls/prctl.cpp')
-rw-r--r-- | Kernel/Syscalls/prctl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Syscalls/prctl.cpp b/Kernel/Syscalls/prctl.cpp index c9a5cab73a..f7f26c8de5 100644 --- a/Kernel/Syscalls/prctl.cpp +++ b/Kernel/Syscalls/prctl.cpp @@ -4,8 +4,8 @@ * SPDX-License-Identifier: BSD-2-Clause */ +#include <Kernel/API/prctl_numbers.h> #include <Kernel/Process.h> -#include <LibC/sys/prctl_numbers.h> namespace Kernel { |