aboutsummaryrefslogtreecommitdiff
path: root/location.h
diff options
context:
space:
mode:
Diffstat (limited to 'location.h')
-rw-r--r--location.h3
1 files changed, 2 insertions, 1 deletions
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 <stdbool.h>
+/* provide the GTNW with some geographical data to draw the missiles with */
enum player_t { USA=1, USSR };
struct location_t {
const char* name;