diff options
| author | Franklin Wei <franklin@fwei.tk> | 2014-06-27 18:15:15 -0400 |
|---|---|---|
| committer | Franklin Wei <franklin@fwei.tk> | 2014-06-27 18:15:15 -0400 |
| commit | 52d5807b5bf1d04342db95383566de4580cf50b2 (patch) | |
| tree | 2e5cc33e6093157f85d96bbe2d79e73d89f86fbd /gtnw.c | |
| parent | 13de79618011892d1ad7c100c7a8b62ce412ff7f (diff) | |
| download | wargames-server-52d5807b5bf1d04342db95383566de4580cf50b2.zip wargames-server-52d5807b5bf1d04342db95383566de4580cf50b2.tar.gz wargames-server-52d5807b5bf1d04342db95383566de4580cf50b2.tar.bz2 wargames-server-52d5807b5bf1d04342db95383566de4580cf50b2.tar.xz | |
Added missing includes
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 */ |