nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c589f2da2f17e64ce0402f2466a361ec28b8e5e8
parent fb2b0571a7c09a140188b4442c42fcc74cc1963a
Author: Rolf Eike Beer <eike@sf-mail.de>
Date:   Sun,  4 Aug 2019 20:33:10 +0200

add more missing local includes

Diffstat:
MMakefile | 14+++++++-------
Mpredate.c | 1+
Mqmail-newmrh.c | 1+
Mqmail-newu.c | 1+
Mqmail-pw2u.c | 1+
Mqmail-qmtpd.c | 1+
Mqmail-tcpto.c | 2++
Mrcpthosts.c | 1+
8 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile @@ -1064,7 +1064,7 @@ error.a str.a fs.a predate.o: \ compile predate.c datetime.h fork.h wait.h fd.h fmt.h strerr.h \ -substdio.h subfd.h substdio.h readwrite.h exit.h +substdio.h subfd.h substdio.h readwrite.h exit.h sig.h ./compile predate.c preline: \ @@ -1295,7 +1295,7 @@ qmail-newmrh.9 conf-break conf-spawn qmail-newmrh.o: \ compile qmail-newmrh.c strerr.h stralloc.h gen_alloc.h substdio.h \ getln.h exit.h readwrite.h open.h auto_qmail.h cdbmss.h cdbmake.h \ -uint32.h substdio.h +uint32.h substdio.h case.h ./compile qmail-newmrh.c qmail-newu: \ @@ -1320,7 +1320,7 @@ qmail-newu.9 conf-break conf-spawn qmail-newu.o: \ compile qmail-newu.c stralloc.h gen_alloc.h subfd.h substdio.h \ getln.h substdio.h cdbmss.h cdbmake.h uint32.h substdio.h exit.h \ -readwrite.h open.h error.h case.h auto_qmail.h +readwrite.h open.h error.h case.h auto_qmail.h byte.h ./compile qmail-newu.c qmail-pop3d: \ @@ -1385,7 +1385,7 @@ qmail-pw2u.o: \ compile qmail-pw2u.c substdio.h readwrite.h subfd.h substdio.h \ sgetopt.h subgetopt.h control.h constmap.h stralloc.h gen_alloc.h \ fmt.h str.h scan.h open.h error.h getln.h auto_break.h auto_qmail.h \ -auto_users.h +auto_users.h byte.h ./compile qmail-pw2u.c qmail-qmqpc: \ @@ -1665,8 +1665,8 @@ qmail-tcpto.8 nroff -man qmail-tcpto.8 > qmail-tcpto.0 qmail-tcpto.o: \ -compile qmail-tcpto.c substdio.h subfd.h substdio.h auto_qmail.h \ -fmt.h ip.h lock.h error.h exit.h datetime.h now.h datetime.h +compile qmail-tcpto.c substdio.h subfd.h substdio.h auto_qmail.h byte.h \ +fmt.h ip.h lock.h error.h exit.h datetime.h now.h datetime.h open.h ./compile qmail-tcpto.c qmail-upq: \ @@ -1747,7 +1747,7 @@ compile quote.c stralloc.h gen_alloc.h str.h quote.h rcpthosts.o: \ compile rcpthosts.c cdb.h uint32.h byte.h open.h error.h control.h \ -constmap.h stralloc.h gen_alloc.h rcpthosts.h +constmap.h stralloc.h gen_alloc.h rcpthosts.h case.h ./compile rcpthosts.c readsubdir.o: \ diff --git a/predate.c b/predate.c @@ -5,6 +5,7 @@ #include "wait.h" #include "fd.h" #include "fmt.h" +#include "sig.h" #include "strerr.h" #include "substdio.h" #include "subfd.h" diff --git a/qmail-newmrh.c b/qmail-newmrh.c @@ -1,3 +1,4 @@ +#include "case.h" #include "strerr.h" #include "stralloc.h" #include "substdio.h" diff --git a/qmail-newu.c b/qmail-newu.c @@ -2,6 +2,7 @@ #include "subfd.h" #include "getln.h" #include "substdio.h" +#include "byte.h" #include "cdbmss.h" #include "exit.h" #include "readwrite.h" diff --git a/qmail-pw2u.c b/qmail-pw2u.c @@ -1,5 +1,6 @@ #include <sys/types.h> #include <sys/stat.h> +#include "byte.h" #include "substdio.h" #include "readwrite.h" #include "subfd.h" diff --git a/qmail-qmtpd.c b/qmail-qmtpd.c @@ -5,6 +5,7 @@ #include "str.h" #include "fmt.h" #include "env.h" +#include "scan.h" #include "sig.h" #include "rcpthosts.h" #include "auto_qmail.h" diff --git a/qmail-tcpto.c b/qmail-tcpto.c @@ -3,9 +3,11 @@ #include "substdio.h" #include "subfd.h" #include "auto_qmail.h" +#include "byte.h" #include "fmt.h" #include "ip.h" #include "lock.h" +#include "open.h" #include "error.h" #include "exit.h" #include "datetime.h" diff --git a/rcpthosts.c b/rcpthosts.c @@ -1,3 +1,4 @@ +#include "case.h" #include "cdb.h" #include "byte.h" #include "open.h"