aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'server.c')
-rw-r--r--server.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/server.c b/server.c
index bb94b36..27b1d4b 100644
--- a/server.c
+++ b/server.c
@@ -1,4 +1,7 @@
+#define CHATTY_IMPL
#include "chatty.h"
+#undef CHATTY_IMPL
+
#include "protocol.h"
#include <assert.h>