should include stdio.h for sprintf, not printf.h

This commit is contained in:
Jcw87
2023-12-26 23:04:28 -08:00
parent 82b429b72f
commit 6f322741bc
6 changed files with 6 additions and 5 deletions
+1
View File
@@ -13,6 +13,7 @@
#include "JSystem/JAudio/JASSystemHeap.h"
#include "JSystem/JKernel/JKRSolidHeap.h"
#include "JSystem/JUtility/JUTAssert.h"
#include "stdio.h"
#include "string.h"
u32* JAInter::InitData::aafPointer;