X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a062e4ec504f324c5d5ea7907fef3a737f4d742a..04ee0c3f6ad7e4177cc43a0c57f046013a4fbac9:/uip/repl.c diff --git a/uip/repl.c b/uip/repl.c index 71ea4818..0bd33b83 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -5,10 +5,14 @@ * complete copyright information. */ -#include -#include +#include "h/mh.h" +#include "sbr/path.h" +#include "sbr/print_version.h" +#include "sbr/print_help.h" +#include "sbr/error.h" +#include "h/mime.h" #include "h/done.h" -#include +#include "h/utils.h" #include "sbr/m_maildir.h" #include "replsbr.h" @@ -510,7 +514,8 @@ docc (char *cp, int ccflag) */ static void add_convert_header (const char *convert_type, char *convert_arg, - char *filename, char *drft) { + char *filename, char *drft) +{ char *field_name; field_name = concat (MHBUILD_FILE_PSEUDOHEADER, convert_type, NULL);