diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-02 14:12:28 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-02 14:12:28 +0100 |
commit | dda55184d16606b5f0da486c1b41029a002b00d3 (patch) | |
tree | 235db2c1d621f03ba2857f46cb9e4768aa89194e /send.c | |
parent | 5b67e5b2cfd1df47a1fea0ce589f3c899e24f780 (diff) |
checkpoint
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 |