diff --git a/source/build/include/clockticks.hpp b/source/build/include/clockticks.hpp index c8f478121..609c61a2f 100644 --- a/source/build/include/clockticks.hpp +++ b/source/build/include/clockticks.hpp @@ -10,9 +10,7 @@ #ifndef CLOCKTICKS_HPP_ #define CLOCKTICKS_HPP_ -#include - -int timerGetRate(void); +#include "timer.h" //POGO: BUILD/EDuke32 uses right shifts on signed variables expecting arithmetic shifts. // This was already non-portable, and we carry that assumption forth here