summaryrefslogtreecommitdiff
path: root/catch.h
diff options
context:
space:
mode:
authorVictor Gamper <victor@wenzeslaus.de>2020-01-26 21:24:53 +0100
committerVictor Gamper <victor@wenzeslaus.de>2020-01-26 21:24:53 +0100
commite54eae390ef0c734b6397ec4ecdb6d1238b13288 (patch)
tree809b50b8c1384c23a49e1d3dde5487e0ea6639c4 /catch.h
parentb025d9983cdf5d063ecf627b141b2b469fb158f7 (diff)
downloadc-catch-e54eae390ef0c734b6397ec4ecdb6d1238b13288.tar.gz
c-catch-e54eae390ef0c734b6397ec4ecdb6d1238b13288.zip
Added a exact timer
Diffstat (limited to 'catch.h')
-rw-r--r--catch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/catch.h b/catch.h
index 73dc28d..0607a16 100644
--- a/catch.h
+++ b/catch.h
@@ -9,6 +9,7 @@
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
+#include <time.h>
#include "chargebar.h"
#include "cat_bmp.h"