summaryrefslogtreecommitdiffstats
path: root/qmail-newmrh.c
diff options
context:
space:
mode:
authorManuel Mausz <manuel@mausz.at>2019-06-11 15:28:27 +0200
committermanuel <manuel@mausz.at>2019-06-11 15:29:11 +0200
commit692760720b197b46e8e4268bede8cad6f90399aa (patch)
tree0d0d5f45759b83e15d6668357f9482dca236880b /qmail-newmrh.c
parent54bb1142daa7c25f626176bb9357e1fc7ca75fbb (diff)
downloadqmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.gz
qmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.bz2
qmail-692760720b197b46e8e4268bede8cad6f90399aa.zip
Fix compile warnings...
Diffstat (limited to 'qmail-newmrh.c')
-rw-r--r--qmail-newmrh.c6
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