diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-12-26 23:04:28 -0800 |
|---|---|---|
| committer | Jcw87 <Jcw87@users.noreply.github.com> | 2023-12-30 01:17:53 -0800 |
| commit | 6f322741bcdeb26efa62073f9bd5d9843229a65e (patch) | |
| tree | d00d379a3dd16b5c1331b4dc2cd743ab0ef584db /src/JSystem/JAudio/JAIInitData.cpp | |
| parent | 82b429b72f53fc0faa7ada5f84e76ff5169d129b (diff) | |
should include stdio.h for sprintf, not printf.h
Diffstat (limited to 'src/JSystem/JAudio/JAIInitData.cpp')
| -rw-r--r-- | src/JSystem/JAudio/JAIInitData.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/JSystem/JAudio/JAIInitData.cpp b/src/JSystem/JAudio/JAIInitData.cpp index 44534820..944ae28a 100644 --- a/src/JSystem/JAudio/JAIInitData.cpp +++ b/src/JSystem/JAudio/JAIInitData.cpp @@ -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; |
