diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-04-21 02:02:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-21 02:02:03 -0700 |
| commit | f5fc527d39c754fde87aeb90033d2efd698ad7e2 (patch) | |
| tree | bce002e621968da87e420d06d09193840a381c9b /src/d/com | |
| parent | 472340e2d65914f3a19aa332ad31939755ee4579 (diff) | |
add MSL_C/stdio.h (#317)
Diffstat (limited to 'src/d/com')
| -rw-r--r-- | src/d/com/d_com_inf_game.cpp | 1 | ||||
| -rw-r--r-- | src/d/com/d_com_static.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/d/com/d_com_inf_game.cpp b/src/d/com/d_com_inf_game.cpp index dfe644d481..aaf065545a 100644 --- a/src/d/com/d_com_inf_game.cpp +++ b/src/d/com/d_com_inf_game.cpp @@ -4,6 +4,7 @@ // #include "d/com/d_com_inf_game.h" +#include "MSL_C/stdio.h" #include "d/d_item.h" #include "d/d_procname.h" #include "d/d_timer.h" diff --git a/src/d/com/d_com_static.cpp b/src/d/com/d_com_static.cpp index a97555c059..afa3571b5b 100644 --- a/src/d/com/d_com_static.cpp +++ b/src/d/com/d_com_static.cpp @@ -4,6 +4,7 @@ // #include "d/com/d_com_static.h" +#include "MSL_C/stdio.h" #include "d/com/d_com_inf_game.h" #include "d/d_demo.h" #include "dol2asm.h" |
