]> git.marmaro.de Git - mmh/blobdiff - uip/send.c
Move #include from h/mh.h to source files
[mmh] / uip / send.c
index 234dfb29a773b075e3466b05db875fe15fc3732e..41ef92a5823ef89769ba5654f6ab9ca38f404243 100644 (file)
 #include <h/utils.h>
 #include <sysexits.h>
 #include <sys/wait.h>
+#include <unistd.h>
+#include <ctype.h>
+#include <sys/stat.h>
+#include <locale.h>
 
 #ifdef HAVE_SYS_TIME_H
 # include <sys/time.h>
 #endif
 #include <time.h>
 
+#ifdef HAVE_SYS_PARAM_H
+# include <sys/param.h>
+#endif
+
 int debugsw = 0;  /* global */
 char *altmsg = NULL;
 char *annotext = NULL;