diff options
Diffstat (limited to 'src/control.c')
-rw-r--r-- | src/control.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/control.c b/src/control.c index 2558225..728e94b 100644 --- a/src/control.c +++ b/src/control.c @@ -8,8 +8,9 @@ #include "alloc.h" #include "scan.h" #include "error.h" +#include "qmail.h" -static char inbuf[2048]; +static char inbuf[BUFSIZE_MESS]; static stralloc line = {0}; static stralloc me = {0}; static int meok = 0; |