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
@@ -17,7 +17,7 @@
#include "JSystem/J2DGraph/J2DOrthoGraph.h"
#include "JSystem/J2DGraph/J2DPane.h"
#include "JSystem/J2DGraph/J2DScreen.h"
#include "printf.h"
#include "stdio.h"
enum { dPn_stage_max_e = 19 };