diff options
Diffstat (limited to 'src/tcpto_clean.c')
-rw-r--r-- | src/tcpto_clean.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tcpto_clean.c b/src/tcpto_clean.c index e0b6969..c68be2f 100644 --- a/src/tcpto_clean.c +++ b/src/tcpto_clean.c @@ -2,8 +2,9 @@ #include "tcpto.h" #include "open.h" #include "buffer.h" +#include "qmail.h" -char tcpto_cleanbuf[1024]; +char tcpto_cleanbuf[BUFSIZE_LINE]; void tcpto_clean() /* running from queue/mess */ { |