From 4738472b9b59389590785b438c2cf4ac6679ccdf Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Tue, 5 Sep 2023 05:07:07 +0200 Subject: windows fix; time --- source/kit_test/shared.inl.h | 4 ++++ 1 file changed, 4 insertions(+) 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 #include +#ifndef TIME_UTC +# define TIME_UTC 1 +#endif + enum { white, blue, light, yellow, red, green }; static char const *const color_codes[] = { -- cgit v1.2.3