diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-04-24 15:28:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-24 15:28:31 -0700 |
| commit | b440ae74fbd2f4fbeb6de2aa35f885727eea2134 (patch) | |
| tree | 1e58749f8a9c4ffa544dfa8789e3285176849a3f /libs/JSystem/J2DGraph/J2DPrint.cpp | |
| parent | e1a0f636e5c68d53b4e00a4cff85700f6588ef1b (diff) | |
MSL_C (#319)
* MSL_C/string.h
* MSL_C/stdlib.h
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DPrint.cpp')
| -rw-r--r-- | libs/JSystem/J2DGraph/J2DPrint.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/JSystem/J2DGraph/J2DPrint.cpp b/libs/JSystem/J2DGraph/J2DPrint.cpp index 6dcde38036..dea6720967 100644 --- a/libs/JSystem/J2DGraph/J2DPrint.cpp +++ b/libs/JSystem/J2DGraph/J2DPrint.cpp @@ -5,6 +5,7 @@ #include "JSystem/J2DGraph/J2DPrint.h" #include "MSL_C/stdio.h" +#include "MSL_C/stdlib.h" #include "dol2asm.h" #include "dolphin/types.h" @@ -49,8 +50,6 @@ extern "C" void _restgpr_25(); extern "C" void _restgpr_26(); extern "C" void _restgpr_28(); extern "C" void _restgpr_29(); -extern "C" void strtol(); -extern "C" void strtoul(); extern "C" u8 sSystemHeap__7JKRHeap[4]; // |
