From 81fbc65ae3a2de0d83c3d6a87562eba4fd6ef7d7 Mon Sep 17 00:00:00 2001 From: fig02 Date: Thu, 24 Apr 2025 17:20:31 -0400 Subject: [PATCH] libc path --- include/z64math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/z64math.h b/include/z64math.h index d0f278f337..187d95b250 100644 --- a/include/z64math.h +++ b/include/z64math.h @@ -1,7 +1,7 @@ #ifndef Z64MATH_H #define Z64MATH_H -#include "libc/math.h" +#include "math.h" #include "ultra64.h" typedef union FloatInt {