Add #include <gcbool.h> to cache.h as latest devkitPPC requires it

This commit is contained in:
Aep
2025-04-13 00:10:20 -04:00
committed by Hector Martin
parent a8e5f6c0f7
commit 57d6c9cbe7

View File

@@ -39,6 +39,7 @@ distribution.
*/ */
#include <gctypes.h> #include <gctypes.h>
#include <gcbool.h>
#define LC_BASEPREFIX 0xe000 #define LC_BASEPREFIX 0xe000
#define LC_BASE (LC_BASEPREFIX<<16) #define LC_BASE (LC_BASEPREFIX<<16)