summaryrefslogtreecommitdiffstats
path: root/lib/untyped.c
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2025-09-18 13:52:58 -0400
committerJon Santmyer <jon@jonsantmyer.com>2025-09-18 13:52:58 -0400
commitddc4fbc15223e362896a9f42beca73f05f48e664 (patch)
tree30f8ffc989bc66d9d9e67c7321b3d7a9c46dc130 /lib/untyped.c
parentcfc793e204ba63d281e778a36992b8c86dd0ad88 (diff)
downloadjove-kernel-ddc4fbc15223e362896a9f42beca73f05f48e664.tar.gz
jove-kernel-ddc4fbc15223e362896a9f42beca73f05f48e664.tar.bz2
jove-kernel-ddc4fbc15223e362896a9f42beca73f05f48e664.zip
move usermode-critical info to include/api
Diffstat (limited to 'lib/untyped.c')
-rw-r--r--lib/untyped.c2
1 files changed, 1 insertions, 1 deletions
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)