summaryrefslogtreecommitdiff
path: root/src/global.c
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2011-01-23 19:09:02 +0100
committerReiner Herrmann <reiner@reiner-h.de>2011-01-23 19:09:02 +0100
commit6d306058415fec04f5e56421af1d95abb4620767 (patch)
tree7ef46821163f817881d5ce3c23d67f5bc743d5f0 /src/global.c
parentc5826edc22894af945509905eeb7a155b8ce2d87 (diff)
started refactoring: separate server process for local client; moved net code from main.c to game.c
Diffstat (limited to 'src/global.c')
-rw-r--r--src/global.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/global.c b/src/global.c
index d9dc3bf..d2c0804 100644
--- a/src/global.c
+++ b/src/global.c
@@ -1,5 +1,6 @@
#include <stdlib.h>
#include <string.h>
+#include <assert.h>
#include "global.h"
static data_store* data = NULL;