diff options
Diffstat (limited to 'qmail-newmrh.c')
| -rw-r--r-- | qmail-newmrh.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/qmail-newmrh.c b/qmail-newmrh.c index 25a4a10..d9ff992 100644 --- a/qmail-newmrh.c +++ b/qmail-newmrh.c | |||
| @@ -1,12 +1,16 @@ | |||
| 1 | #include <sys/types.h> | ||
| 2 | #include <sys/stat.h> | ||
| 3 | #include <unistd.h> | ||
| 4 | #include <stdio.h> | ||
| 1 | #include "strerr.h" | 5 | #include "strerr.h" |
| 2 | #include "stralloc.h" | 6 | #include "stralloc.h" |
| 3 | #include "substdio.h" | 7 | #include "substdio.h" |
| 4 | #include "getln.h" | 8 | #include "getln.h" |
| 5 | #include "exit.h" | 9 | #include "exit.h" |
| 6 | #include "readwrite.h" | ||
| 7 | #include "open.h" | 10 | #include "open.h" |
| 8 | #include "auto_qmail.h" | 11 | #include "auto_qmail.h" |
| 9 | #include "cdbmss.h" | 12 | #include "cdbmss.h" |
| 13 | #include "case.h" | ||
| 10 | 14 | ||
| 11 | #define FATAL "qmail-newmrh: fatal: " | 15 | #define FATAL "qmail-newmrh: fatal: " |
| 12 | 16 | ||
