From 52d5807b5bf1d04342db95383566de4580cf50b2 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 27 Jun 2014 18:15:15 -0400 Subject: Added missing includes --- gtnw.c | 1 + location.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gtnw.c b/gtnw.c index adf6b9e..e481ec3 100644 --- a/gtnw.c +++ b/gtnw.c @@ -5,6 +5,7 @@ #include #include #include +#include #include static bool surrender=false; static int winner=0; /* on surrender */ diff --git a/location.h b/location.h index ed9e4ff..c772e06 100644 --- a/location.h +++ b/location.h @@ -1,4 +1,5 @@ -/* provide the GTNW with some geographical data to draw the missiles */ +#include +/* provide the GTNW with some geographical data to draw the missiles with */ enum player_t { USA=1, USSR }; struct location_t { const char* name; -- cgit v1.1