summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-05 05:07:07 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-05 05:07:07 +0200
commit4738472b9b59389590785b438c2cf4ac6679ccdf (patch)
tree4a2918fdb9e576696372c3bdacac7c1aa8e0dc1a /source
parent37aa109259ec72d7823804d1437d745c8bd1f185 (diff)
downloadkit-4738472b9b59389590785b438c2cf4ac6679ccdf.zip
windows fix; time
Diffstat (limited to 'source')
-rw-r--r--source/kit_test/shared.inl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/kit_test/shared.inl.h b/source/kit_test/shared.inl.h
index e31c9f3..90efcd3 100644
--- a/source/kit_test/shared.inl.h
+++ b/source/kit_test/shared.inl.h
@@ -12,6 +12,10 @@
#include <string.h>
#include <time.h>
+#ifndef TIME_UTC
+# define TIME_UTC 1
+#endif
+
enum { white, blue, light, yellow, red, green };
static char const *const color_codes[] = {