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 --- lib/untyped.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/untyped.c') diff --git a/lib/untyped.c b/lib/untyped.c index 8a20f63..e6addbb 100644 --- a/lib/untyped.c +++ b/lib/untyped.c @@ -1,5 +1,5 @@ #include "include/object.h" -#include "error.h" +#include "api/error.h" int ko_untyped_split(objdir_entry_t *target, objdir_entry_t *dest, size_t bytes) -- cgit v1.2.1