diff options
Diffstat (limited to 'src/setmaillist.c')
-rw-r--r-- | src/setmaillist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/setmaillist.c b/src/setmaillist.c index f7ac89b..cd820b3 100644 --- a/src/setmaillist.c +++ b/src/setmaillist.c @@ -6,6 +6,7 @@ #include "getln.h" #include "open.h" #include "byte.h" +#include "qmail.h" #define WHO "setmaillist" @@ -22,7 +23,7 @@ int match; char *fnbin; char *fntmp; int fd; -char buf[1024]; +char buf[BUFSIZE_LINE]; buffer bo; void writeerr() |