From 5020395dfd34d4dc846e3ea228f6271bfca1c72a Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Sun, 24 Oct 2021 14:35:00 -0700 Subject: J2D structs + print / fix GX + MSL string headers (#157) * J2D structs + print / fix GX + MSL string headers * remove msl_c/string.h --- libs/JSystem/JKernel/JKRFileCache.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/JSystem/JKernel/JKRFileCache.cpp') diff --git a/libs/JSystem/JKernel/JKRFileCache.cpp b/libs/JSystem/JKernel/JKRFileCache.cpp index fcb49138f4..c854992978 100644 --- a/libs/JSystem/JKernel/JKRFileCache.cpp +++ b/libs/JSystem/JKernel/JKRFileCache.cpp @@ -7,9 +7,10 @@ #include "JSystem/JKernel/JKRDvdFile.h" #include "JSystem/JKernel/JKRFileFinder.h" #include "JSystem/JKernel/JKRHeap.h" +#include "MSL_C.PPCEABI.bare.H/MSL_Common/src/ctype.h" +#include "MSL_C.PPCEABI.bare.H/MSL_Common/src/string.h" #include "dol2asm.h" #include "global.h" -#include "msl_c/string.h" // // Forward References: -- cgit v1.2.3