From fb37d7c6cd930ebe170874eb88abc32678403669 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Sun, 8 Sep 2024 23:47:25 +0200 Subject: [headers 13] osMalloc.h -> include/libc64/os_malloc.h (#2175) * [headers 13] osMalloc.h -> include/libc64/os_malloc.h * also update the #includes :) --- src/code/z_malloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/z_malloc.c') diff --git a/src/code/z_malloc.c b/src/code/z_malloc.c index 5b1c5637f..901e7b4e7 100644 --- a/src/code/z_malloc.c +++ b/src/code/z_malloc.c @@ -1,5 +1,5 @@ #include "global.h" -#include "osMalloc.h" +#include "libc64/os_malloc.h" #define LOG_SEVERITY_NOLOG 0 #define LOG_SEVERITY_ERROR 2 -- cgit v1.2.3