X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/b4b5688edd332e17591ca7bc1cdd64c296abe1c5..5ba271c9a2d679094dc69dd4e9eff33122022ea0:/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"