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-newu.c | |
| parent | 54bb1142daa7c25f626176bb9357e1fc7ca75fbb (diff) | |
| download | qmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.gz qmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.bz2 qmail-692760720b197b46e8e4268bede8cad6f90399aa.zip | |
Fix compile warnings...
Diffstat (limited to 'qmail-newu.c')
| -rw-r--r-- | qmail-newu.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/qmail-newu.c b/qmail-newu.c index 1f9ecc3..3d19c6f 100644 --- a/qmail-newu.c +++ b/qmail-newu.c | |||
| @@ -1,14 +1,18 @@ | |||
| 1 | #include <sys/types.h> | ||
| 2 | #include <sys/stat.h> | ||
| 3 | #include <unistd.h> | ||
| 4 | #include <stdio.h> | ||
| 1 | #include "stralloc.h" | 5 | #include "stralloc.h" |
| 2 | #include "subfd.h" | 6 | #include "subfd.h" |
| 3 | #include "getln.h" | 7 | #include "getln.h" |
| 4 | #include "substdio.h" | 8 | #include "substdio.h" |
| 5 | #include "cdbmss.h" | 9 | #include "cdbmss.h" |
| 6 | #include "exit.h" | 10 | #include "exit.h" |
| 7 | #include "readwrite.h" | ||
| 8 | #include "open.h" | 11 | #include "open.h" |
| 9 | #include "error.h" | 12 | #include "error.h" |
| 10 | #include "case.h" | 13 | #include "case.h" |
| 11 | #include "auto_qmail.h" | 14 | #include "auto_qmail.h" |
| 15 | #include "byte.h" | ||
| 12 | 16 | ||
| 13 | void die_temp() { _exit(111); } | 17 | void die_temp() { _exit(111); } |
| 14 | 18 | ||
