backported build fixes and warnings cleanup from dos
[dosdemo] / src / dos / sball.c
index 9b9238a..7eb1fd9 100644 (file)
@@ -9,13 +9,13 @@
 #endif
 
 #ifdef __DJGPP__
-#include <stdint.h>
 #include <dpmi.h>
 #include <go32.h>
 #include <pc.h>
 #endif
 
 #include "sball.h"
+#include "inttypes.h"
 
 struct motion {
        int x, y, z;