]> git.marmaro.de Git - mmh/blobdiff - uip/slocal.c
Move #include from h/mh.h to source files
[mmh] / uip / slocal.c
index 17be186bcd540625e84ad97f0b509698687452ff..41f986dcb089b36e965f91731bddcc6095ee4d07 100644 (file)
 **
 */
 
-
 #include <h/mh.h>
 #include <h/rcvmail.h>
 #include <h/signals.h>
 #include <h/tws.h>
 #include <h/utils.h>
-
 #include <pwd.h>
 #include <signal.h>
 #include <sys/ioctl.h>
 #include <fcntl.h>
+#include <unistd.h>
+#include <stdarg.h>
+#include <sys/stat.h>
+#include <locale.h>
 
 #ifdef INITGROUPS_HEADER
 #include INITGROUPS_HEADER