diff options
| author | Manuel Mausz <manuel@mausz.at> | 2019-06-11 15:28:27 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2019-06-11 15:29:11 +0200 |
| commit | 692760720b197b46e8e4268bede8cad6f90399aa (patch) | |
| tree | 0d0d5f45759b83e15d6668357f9482dca236880b /qmail-tcpto.c | |
| parent | 54bb1142daa7c25f626176bb9357e1fc7ca75fbb (diff) | |
| download | qmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.gz qmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.bz2 qmail-692760720b197b46e8e4268bede8cad6f90399aa.zip | |
Fix compile warnings...
Diffstat (limited to 'qmail-tcpto.c')
| -rw-r--r-- | qmail-tcpto.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
| 1 | /* XXX: this program knows quite a bit about tcpto's internals */ | 1 | /* XXX: this program knows quite a bit about tcpto's internals */ |
| 2 | 2 | ||
| 3 | #include <unistd.h> | ||
| 3 | #include "substdio.h" | 4 | #include "substdio.h" |
| 4 | #include "subfd.h" | 5 | #include "subfd.h" |
| 5 | #include "auto_qmail.h" | 6 | #include "auto_qmail.h" |
| @@ -10,6 +11,8 @@ | |||
| 10 | #include "exit.h" | 11 | #include "exit.h" |
| 11 | #include "datetime.h" | 12 | #include "datetime.h" |
| 12 | #include "now.h" | 13 | #include "now.h" |
| 14 | #include "open.h" | ||
| 15 | #include "byte.h" | ||
| 13 | 16 | ||
| 14 | void die(n) int n; { substdio_flush(subfdout); _exit(n); } | 17 | void die(n) int n; { substdio_flush(subfdout); _exit(n); } |
| 15 | 18 | ||
