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 -1
View File
@@ -25,7 +25,7 @@
#include "dolphin/vi/vi.h"
#include "dolphin/os/OS.h"
#include "string.h"
#include "printf.h"
#include "stdio.h"
class dScnLogo_c : public scene_class {
public: