From 692760720b197b46e8e4268bede8cad6f90399aa Mon Sep 17 00:00:00 2001 From: Manuel Mausz Date: Tue, 11 Jun 2019 15:28:27 +0200 Subject: Fix compile warnings... --- sendmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sendmail.c') diff --git a/sendmail.c b/sendmail.c index c82a536..04c2650 100644 --- a/sendmail.c +++ b/sendmail.c @@ -1,3 +1,4 @@ +#include #include "sgetopt.h" #include "substdio.h" #include "subfd.h" @@ -8,7 +9,6 @@ #include "str.h" #include "stralloc.h" #include "getln.h" -#include "readwrite.h" #include "wait.h" #include "fd.h" #include "sig.h" -- cgit v1.2.3