Thumbnail

rani/games.git

Clone URL: https://git.buni.party/rani/games.git

commit 4dddf2f885015bb03e70fa1d577e322c9dac1d91 Author: rani <clagv.randomgames@gmail.com> Date: Sun Aug 13 12:42:23 2023 +0000 Re-add global include of time.h diff --git a/mines/mines.c b/mines/mines.c index edeac3e..9f6ed07 100644 --- a/mines/mines.c +++ b/mines/mines.c @@ -13 +14 @@ +#include <time.h>  #include <stdlib.h>  #include <stdbool.h>  #include <ncurses.h> @@ -247 +256 @@  #endif /* HIGHLIGHT_SQUARES */    #ifndef SEED -#include <time.h>  #define SEED time(NULL)  #endif /* SEED */  /* END CONFIG */