summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorxHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-06 19:56:34 +0000
committerxHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-06 19:56:34 +0000
commit9f46cc5797b09feed70331955cd87543c5367249 (patch)
tree971c5cfb8c6b2b4edfc9ac8abbc57bf7888cf03a /src/client
parent263e1dbb16324083174e068b65d9596af6e1db7b (diff)
- PREFIX can be changed through a compilation option now
- AI check_box relocated in Settings - fixed couple of compilation warnings git-svn-id: http://opensvn.csie.org/tuxanci_ng@111 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/client')
-rw-r--r--src/client/radar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/radar.c b/src/client/radar.c
index 6f6b028..49c72de 100644
--- a/src/client/radar.c
+++ b/src/client/radar.c
@@ -1,5 +1,6 @@
#include <stdio.h>
+#include <stdlib.h>
#include <assert.h>
#include "main.h"