X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fdos%2Fsball.c;h=7eb1fd9d1ba69d3956e8e4846e40ec5138acf359;hp=9b9238abcc665c2782ea6be2db0189a463e31745;hb=637ca39c29b03bd3a2beb99521753e83c043283f;hpb=b9ebecd3c02d5a5570d9b64190d76da78edb2d64 diff --git a/src/dos/sball.c b/src/dos/sball.c index 9b9238a..7eb1fd9 100644 --- a/src/dos/sball.c +++ b/src/dos/sball.c @@ -9,13 +9,13 @@ #endif #ifdef __DJGPP__ -#include #include #include #include #endif #include "sball.h" +#include "inttypes.h" struct motion { int x, y, z;