aboutsummaryrefslogtreecommitdiff
path: root/chatty.c
diff options
context:
space:
mode:
Diffstat (limited to 'chatty.c')
-rw-r--r--chatty.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/chatty.c b/chatty.c
index f56179f..d14475a 100644
--- a/chatty.c
+++ b/chatty.c
@@ -22,7 +22,9 @@
// Number of spaces inserted when pressing Tab/Ctrl+I
#define TAB_WIDTH 4
+#define CHATTY_IMPL
#include "chatty.h"
+#undef CHATTY_IMPL
#include "protocol.h"
#include "ui.h"