aboutsummaryrefslogtreecommitdiff
path: root/location.h
diff options
context:
space:
mode:
authorFranklin Wei <franklin@fwei.tk>2014-06-27 18:15:15 -0400
committerFranklin Wei <franklin@fwei.tk>2014-06-27 18:15:15 -0400
commit52d5807b5bf1d04342db95383566de4580cf50b2 (patch)
tree2e5cc33e6093157f85d96bbe2d79e73d89f86fbd /location.h
parent13de79618011892d1ad7c100c7a8b62ce412ff7f (diff)
downloadwargames-server-52d5807b5bf1d04342db95383566de4580cf50b2.zip
wargames-server-52d5807b5bf1d04342db95383566de4580cf50b2.tar.gz
wargames-server-52d5807b5bf1d04342db95383566de4580cf50b2.tar.bz2
wargames-server-52d5807b5bf1d04342db95383566de4580cf50b2.tar.xz
Added missing includes
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;