X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/30f49b9152dcf5ce7baefa9287b0ec627155fba9..1cc5fc775e2a5dbd41cb968fa141be6647d1282a:/t/rng-test.c diff --git a/t/rng-test.c b/t/rng-test.c index 78797ab..9d27f38 100644 --- a/t/rng-test.c +++ b/t/rng-test.c @@ -1,6 +1,6 @@ /* * Test case for xoshiro256** implementation. - * Copyright © 2022 Nick Bowler + * Copyright © 2022-2023 Nick Bowler * * Directly compare the game RNG against the reference implementation. * @@ -22,6 +22,7 @@ #include #include +#include "game-notime.h" #include "game.c" #include "xos256ss.c"