diff options
Diffstat (limited to 'syscall/invoke-untyped.c')
-rw-r--r-- | syscall/invoke-untyped.c | 4 |
1 files changed, 2 insertions, 2 deletions
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" |