summaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
authorPatrick Meyer <git@the-space.agency>2022-05-01 22:57:24 +0200
committerAndreas Kling <kling@serenityos.org>2022-05-02 12:44:34 +0200
commit0bd131ad0603f8163c4cc0d4abf59e86bb397709 (patch)
treede9b04912f39e47fa8c4f5d278538b4df4640c62 /Tests
parente02579bdab93671c86e68a9bbb8223db020bd987 (diff)
downloadserenity-0bd131ad0603f8163c4cc0d4abf59e86bb397709.zip
Kernel: Stop requiring working malloc for syscall.h includes
Fixes #13869
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Kernel/fuzz-syscalls.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Kernel/fuzz-syscalls.cpp b/Tests/Kernel/fuzz-syscalls.cpp
index ba06429a0c..8ec795a66b 100644
--- a/Tests/Kernel/fuzz-syscalls.cpp
+++ b/Tests/Kernel/fuzz-syscalls.cpp
@@ -9,6 +9,7 @@
#include <AK/String.h>
#include <AK/StringBuilder.h>
#include <AK/Vector.h>
+#include <Kernel/API/SyscallString.h>
#include <errno.h>
#include <signal.h>
#include <stdio.h>