aboutsummaryrefslogtreecommitdiff
path: root/lib/ubsan.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-04-30 17:06:02 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-04-30 17:06:02 +0300
commitea5ebe0809fb31b9f125ac0689f706cc5f3f078f (patch)
tree17081bd689709a9bfe48467c458425dea876bddd /lib/ubsan.c
parent8a5e4cf53d981e793fca90d9b51bd395265cf4db (diff)
downloadkmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.tar.gz
kmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.zip
rename to kmi
Diffstat (limited to 'lib/ubsan.c')
-rw-r--r--lib/ubsan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ubsan.c b/lib/ubsan.c
index 5d7ff16..4675d06 100644
--- a/lib/ubsan.c
+++ b/lib/ubsan.c
@@ -12,8 +12,8 @@
* and outs of the undefined behaviour sanitizer subsystem.
*/
-#include <apos/types.h>
-#include <apos/debug.h>
+#include <kmi/types.h>
+#include <kmi/debug.h>
#if defined(DEBUG)
/* ubsan is only sensible if we're in debug mode. */