diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-10-10 10:30:38 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-10-10 10:30:38 +0200 |
| commit | 212c57ea05bf918dc26fe8864ad617f2f6259cea (patch) | |
| tree | 85b51997582d9b21469549c2644308588582d744 /dev/libSystem/src/VerifyCalls.cc | |
| parent | 59f37ac002635171892925f163783689ec23c1fc (diff) | |
feat: kernel: dispatch structures have two new methods.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/libSystem/src/VerifyCalls.cc')
| -rw-r--r-- | dev/libSystem/src/VerifyCalls.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/libSystem/src/VerifyCalls.cc b/dev/libSystem/src/VerifyCalls.cc index 83617ae0..078f921b 100644 --- a/dev/libSystem/src/VerifyCalls.cc +++ b/dev/libSystem/src/VerifyCalls.cc @@ -5,8 +5,8 @@ ------------------------------------------- */ #include <libSystem/SystemKit/Err.h> -#include <libSystem/SystemKit/Verify.h> #include <libSystem/SystemKit/Syscall.h> +#include <libSystem/SystemKit/Verify.h> using namespace LibSystem; |
