diff options
Diffstat (limited to '')
-rw-r--r-- | src/stats.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stats.c b/src/stats.c index 5045077c0..505324032 100644 --- a/src/stats.c +++ b/src/stats.c @@ -23,8 +23,7 @@ #include "player.h" #include "tag.h" #include "tagTracker.h" - -#include <time.h> +#include "os_compat.h" Stats stats; |