summaryrefslogtreecommitdiff
path: root/src/qmail-badloadertypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmail-badloadertypes.c')
-rw-r--r--src/qmail-badloadertypes.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmail-badloadertypes.c b/src/qmail-badloadertypes.c
index 3472fd5..6edbbfb 100644
--- a/src/qmail-badloadertypes.c
+++ b/src/qmail-badloadertypes.c
@@ -9,6 +9,7 @@
#include "open.h"
#include "auto_qmail.h"
#include "cdbmake.h"
+#include "qmail.h"
#define WHO "qmail-badloadertypes"
#define LOADER_LEN 5
@@ -24,7 +25,7 @@ void die_write()
logmsg(WHO,111,FATAL,"unable to write to control/badloadertypes.tmp");
}
-char inbuf[1024];
+char inbuf[BUFSIZE_LINE];
buffer b;
int fd;