diff options
Diffstat (limited to 'gtnw.c')
| -rw-r--r-- | gtnw.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ #include <curses.h> #include <stdlib.h> #include <string.h> +#include <time.h> #include <unistd.h> static bool surrender=false; static int winner=0; /* on surrender */ |