From fcc5cf828ded5d362b2e63a8868374a50df405ed Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Fri, 8 Nov 2024 02:27:19 +0100 Subject: libu64 (#1705) * libu64 * libu64 -O2 * Add libu64.md --- src/code/z_debug_mode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/z_debug_mode.c') diff --git a/src/code/z_debug_mode.c b/src/code/z_debug_mode.c index ae4c877ce..8e24982e8 100644 --- a/src/code/z_debug_mode.c +++ b/src/code/z_debug_mode.c @@ -3,7 +3,7 @@ #include "color.h" #include "gfx.h" #include "gfxalloc.h" -#include "gfxprint.h" +#include "libu64/gfxprint.h" #include "macros.h" typedef struct { -- cgit v1.2.3