X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fdos%2Ftimer.c;h=dcf790cfc0b494e11c9fe6f6ec13605e6252d3ee;hp=f42fac695b075ad3d6da96994efccb1d08211dba;hb=637ca39c29b03bd3a2beb99521753e83c043283f;hpb=b9ebecd3c02d5a5570d9b64190d76da78edb2d64 diff --git a/src/dos/timer.c b/src/dos/timer.c index f42fac6..dcf790c 100644 --- a/src/dos/timer.c +++ b/src/dos/timer.c @@ -9,13 +9,13 @@ #endif #ifdef __DJGPP__ -#include #include #include #include #endif #include "pit8254.h" +#include "inttypes.h" #define PIT_TIMER_INTR 8 #define DOS_TIMER_INTR 0x1c