diff options
Diffstat (limited to 'src/qmail-tcpok.c')
-rw-r--r-- | src/qmail-tcpok.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmail-tcpok.c b/src/qmail-tcpok.c index 2935f17..9447844 100644 --- a/src/qmail-tcpok.c +++ b/src/qmail-tcpok.c @@ -5,10 +5,11 @@ #include <unistd.h> #include "auto_qmail.h" #include "exit.h" +#include "qmail.h" #define WHO "qmail-tcpok" -char buf[1024]; /* XXX: must match size in tcpto_clean.c, tcpto.c */ +char buf[BUFSIZE_LINE]; /* XXX: must match size in tcpto_clean.c, tcpto.c */ buffer bo; int main() |