Kernel: Add missing include in API
This remained undetected for a long time as HeaderCheck is disabled by default. This commit makes the following file compile again: // file: compile_me.cpp #include <Kernel/API/POSIX/ucontext.h> // That's it, this was enough to cause a compilation error.
This commit is contained in:
parent
a99cd09891
commit
87eac0e424
Notes:
sideshowbarker
2024-07-18 02:13:10 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/87eac0e424 Pull-request: https://github.com/SerenityOS/serenity/pull/15231 Reviewed-by: https://github.com/AtkinsSJ Reviewed-by: https://github.com/davidot Reviewed-by: https://github.com/trflynn89
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <Kernel/API/POSIX/signal.h>
|
||||
#include <Kernel/API/POSIX/sys/types.h>
|
||||
#include <Kernel/Arch/mcontext.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue