summaryrefslogtreecommitdiff
path: root/Kernel/StdLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/StdLib.h')
-rw-r--r--Kernel/StdLib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Kernel/StdLib.h b/Kernel/StdLib.h
index f721c008fe..937ddc1f0f 100644
--- a/Kernel/StdLib.h
+++ b/Kernel/StdLib.h
@@ -6,6 +6,10 @@ namespace AK {
class String;
}
+namespace Syscall {
+struct StringArgument;
+}
+
AK::String copy_string_from_user(const char*, size_t);
extern "C" {