diff tests/test-alloc.c @ 431:8f59201dc76b

core: cleanup hierarchy
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 20:23:14 +0200
parents 3edda1ce314c
children 25a56ca53ac2
line wrap: on
line diff
--- a/tests/test-alloc.c	Sat Oct 15 17:18:45 2022 +0200
+++ b/tests/test-alloc.c	Sat Oct 15 20:23:14 2022 +0200
@@ -18,7 +18,7 @@
 
 #include <stdlib.h>
 
-#include <core/alloc.h>
+#include <mlk/core/alloc.h>
 
 #include <dt.h>