aboutsummaryrefslogtreecommitdiff
path: root/joshua.c
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2014-06-23 15:59:31 -0400
committerFranklin Wei <frankhwei536@gmail.com>2014-06-23 15:59:31 -0400
commit35e1fd6820cd05c180e180d0ec61457a9f31e196 (patch)
treef019c787e032b079d1d63a9ae8c90c0cc4479647 /joshua.c
parent33412e0f4d53ae6e34a8e6bf4c57bc333cc60237 (diff)
downloadwargames-server-35e1fd6820cd05c180e180d0ec61457a9f31e196.zip
wargames-server-35e1fd6820cd05c180e180d0ec61457a9f31e196.tar.gz
wargames-server-35e1fd6820cd05c180e180d0ec61457a9f31e196.tar.bz2
wargames-server-35e1fd6820cd05c180e180d0ec61457a9f31e196.tar.xz
fixed warnings
Diffstat (limited to 'joshua.c')
-rw-r--r--joshua.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/joshua.c b/joshua.c
index 5b5f27a..fc9d1f6 100644
--- a/joshua.c
+++ b/joshua.c
@@ -4,7 +4,8 @@
#include <stdlib.h>
#include <util.h>
#include <signal.h>
-#define RANDOM_TIME 1
+#include <unistd.h>
+#include <string.h>
void cleanup(int signum)
{
endwin();