]> diplodocus.org Git - nmh/blobdiff - uip/install-mh.c
sizeof char is always 1, so don't bother to divide by it.
[nmh] / uip / install-mh.c
index 09d1f9dfa8caba00d9d065fa357dd86065b06beb..9155b0a9b0ecd1ede4b58d8c96c7aad7f4bf235a 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * install-mh.c -- initialize the nmh environment of a new user
+/* install-mh.c -- initialize the nmh environment of a new user
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -8,6 +7,8 @@
 
 #include <h/mh.h>                              /* mh internals */
 #include <h/utils.h>
+#include "../sbr/m_maildir.h"
+#include "../sbr/makedir.h"
 #include <pwd.h>                               /* structure for getpwuid() results */
 
 #define INSTALLMH_SWITCHES \