diff options
Diffstat (limited to 'src/tcpto.c')
-rw-r--r-- | src/tcpto.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tcpto.c b/src/tcpto.c index 92c33ea..82b102f 100644 --- a/src/tcpto.c +++ b/src/tcpto.c @@ -9,8 +9,9 @@ #include "ipalloc.h" #include "byte.h" #include "datetime.h" +#include "qmail.h" -char tcpto_buf[1024]; +char tcpto_buf[BUFSIZE_LINE]; static int flagwasthere; static int fdlock; |