diff --git a/Userland/Libraries/LibC/sys/prctl_numbers.h b/Kernel/API/prctl_numbers.h similarity index 100% rename from Userland/Libraries/LibC/sys/prctl_numbers.h rename to Kernel/API/prctl_numbers.h 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 #include -#include namespace Kernel { diff --git a/Userland/Libraries/LibC/sys/prctl.h b/Userland/Libraries/LibC/sys/prctl.h index 238affad82..d06b4f9351 100644 --- a/Userland/Libraries/LibC/sys/prctl.h +++ b/Userland/Libraries/LibC/sys/prctl.h @@ -6,8 +6,8 @@ #pragma once +#include #include -#include #include __BEGIN_DECLS