diff options
Diffstat (limited to 'src/qbiff.c')
-rw-r--r-- | src/qbiff.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qbiff.c b/src/qbiff.c index b9b55bf..92198e0 100644 --- a/src/qbiff.c +++ b/src/qbiff.c @@ -23,13 +23,14 @@ #include "hfield.h" #include "env.h" #include "exit.h" +#include "qmail.h" buffer b; #ifdef HASUTMP char bufutmp[sizeof(struct utmp) * 16]; int fdutmp; #endif -char buftty[1024]; +char buftty[BUFSIZE_LINE]; int fdtty; #ifdef HASUTMP |