summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/pervasive.h')
-rw-r--r--src/pervasive.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pervasive.h b/src/pervasive.h
index c7c53a2..e5cda3b 100644
--- a/src/pervasive.h
+++ b/src/pervasive.h
@@ -1,7 +1,10 @@
#ifndef _ZoO_PERVASIVE_H_
#define _ZoO_PERVASIVE_H_
-#include <limits.h>
+#include <string.h>
+
+#define ZoO_SERVER_VERSION 1
+#define ZoO_PROTOCOL_VERSION 1
#define ZoO_DEBUG_ALL 1