diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-09-05 05:07:07 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-09-05 05:07:07 +0200 |
commit | 4738472b9b59389590785b438c2cf4ac6679ccdf (patch) | |
tree | 4a2918fdb9e576696372c3bdacac7c1aa8e0dc1a /source | |
parent | 37aa109259ec72d7823804d1437d745c8bd1f185 (diff) | |
download | kit-4738472b9b59389590785b438c2cf4ac6679ccdf.zip |
windows fix; time
Diffstat (limited to 'source')
-rw-r--r-- | source/kit_test/shared.inl.h | 4 |
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[] = { |