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... --- qmail-tcpto.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qmail-tcpto.c') diff --git a/qmail-tcpto.c b/qmail-tcpto.c index d181ecf..ecf2ecc 100644 --- a/qmail-tcpto.c +++ b/qmail-tcpto.c @@ -1,5 +1,6 @@ /* XXX: this program knows quite a bit about tcpto's internals */ +#include #include "substdio.h" #include "subfd.h" #include "auto_qmail.h" @@ -10,6 +11,8 @@ #include "exit.h" #include "datetime.h" #include "now.h" +#include "open.h" +#include "byte.h" void die(n) int n; { substdio_flush(subfdout); _exit(n); } -- cgit v1.2.3