diff options
Diffstat (limited to 'source/kit_test')
-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[] = { |