summaryrefslogtreecommitdiff
path: root/src/u8c/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/u8c/debug.c')
-rw-r--r--src/u8c/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/u8c/debug.c b/src/u8c/debug.c
index faa668e..e42275c 100644
--- a/src/u8c/debug.c
+++ b/src/u8c/debug.c
@@ -15,7 +15,7 @@
*/
# include <stdbool.h>
# include <stdint.h>
-# include <u8c/dbg.h>
+# include <u8c/main.h>
bool const u8c_dbg =
# if defined(NDEBUG)
false;