diff options
author | Victor Gamper <victor@wenzeslaus.de> | 2020-01-26 21:24:53 +0100 |
---|---|---|
committer | Victor Gamper <victor@wenzeslaus.de> | 2020-01-26 21:24:53 +0100 |
commit | e54eae390ef0c734b6397ec4ecdb6d1238b13288 (patch) | |
tree | 809b50b8c1384c23a49e1d3dde5487e0ea6639c4 /catch.h | |
parent | b025d9983cdf5d063ecf627b141b2b469fb158f7 (diff) | |
download | c-catch-e54eae390ef0c734b6397ec4ecdb6d1238b13288.tar.gz c-catch-e54eae390ef0c734b6397ec4ecdb6d1238b13288.zip |
Added a exact timer
Diffstat (limited to 'catch.h')
-rw-r--r-- | catch.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ #include <unistd.h> #include <string.h> #include <stdlib.h> +#include <time.h> #include "chargebar.h" #include "cat_bmp.h" |