X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3b6170b27ba8fedbb4d67d2842bfaa38d4417962..0b7286788a95dd854d1826b8493eda431d8e8aac:/uip/mhmisc.c diff --git a/uip/mhmisc.c b/uip/mhmisc.c index acaae82a..24fb9b2c 100644 --- a/uip/mhmisc.c +++ b/uip/mhmisc.c @@ -5,10 +5,11 @@ * complete copyright information. */ -#include -#include -#include -#include +#include "h/mh.h" +#include "sbr/error.h" +#include "h/mime.h" +#include "h/mhparse.h" +#include "h/utils.h" #include "sbr/makedir.h" #include "mhmisc.h" @@ -22,7 +23,7 @@ int ntype = 0; char *parts[NPARTS + 1]; char *types[NTYPES + 1]; -int userrs = 0; +bool userrs; static char *errs = NULL;