diff options
Diffstat (limited to 'send.c')
-rw-r--r-- | send.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,7 +7,9 @@ #include <string.h> #include <unistd.h> +#define CHATTY_IMPL #include "chatty.h" +#undef CHATTY_IMPL #include "protocol.h" int |