* complete copyright information.
*/
-#include <h/mh.h>
-#include <h/mime.h>
-#include <h/mhparse.h>
-#include <h/utils.h>
-#include "../sbr/makedir.h"
+#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"
extern int debugsw;
char *parts[NPARTS + 1];
char *types[NTYPES + 1];
-int userrs = 0;
+bool userrs;
static char *errs = NULL;