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/d/d_s_room.cpp | |
| parent | 82b429b72f53fc0faa7ada5f84e76ff5169d129b (diff) | |
should include stdio.h for sprintf, not printf.h
Diffstat (limited to 'src/d/d_s_room.cpp')
| -rw-r--r-- | src/d/d_s_room.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/d/d_s_room.cpp b/src/d/d_s_room.cpp index 78af9a8a..2922a6fd 100644 --- a/src/d/d_s_room.cpp +++ b/src/d/d_s_room.cpp @@ -19,8 +19,7 @@ #include "m_Do/m_Do_dvd_thread.h" #include "JSystem/JKernel/JKRHeap.h" #include "JSystem/JKernel/JKRExpHeap.h" -#include "string.h" -#include "printf.h" +#include "stdio.h" class room_of_scene_class : public scene_class { public: |
