From ddc4fbc15223e362896a9f42beca73f05f48e664 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Thu, 18 Sep 2025 13:52:58 -0400 Subject: move usermode-critical info to include/api --- syscall/invoke-untyped.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'syscall/invoke-untyped.c') diff --git a/syscall/invoke-untyped.c b/syscall/invoke-untyped.c index 483d36f..ae9482f 100644 --- a/syscall/invoke-untyped.c +++ b/syscall/invoke-untyped.c @@ -1,7 +1,7 @@ #include "handles.h" #include "object.h" -#include "syscall.h" -#include "error.h" +#include "api/syscall.h" +#include "api/error.h" #include "memory.h" #include "print.h" -- cgit v1.2.1