X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..a30ef3465250ae21bb3928a6e120ba4351cf8ff0:/uip/prompter.c diff --git a/uip/prompter.c b/uip/prompter.c index 630ef860..0532c219 100644 --- a/uip/prompter.c +++ b/uip/prompter.c @@ -8,6 +8,7 @@ #include #include #include +#include "../sbr/m_mktemp.h" #include #include @@ -69,7 +70,7 @@ main (int argc, char **argv) int body = 1, prepend = 1, rapid = 0; int doteof = 0, fdi, fdo, i, state; char *cp, *drft = NULL, *erasep = NULL; - char *killp = NULL, name[NAMESZ], field[BUFSIZ]; + char *killp = NULL, name[NAMESZ], field[NMH_BUFSIZ]; char buffer[BUFSIZ]; char **arguments, **argp; FILE *in, *out;