summaryrefslogtreecommitdiffstats
path: root/maildiropen.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 /maildiropen.c
parent54bb1142daa7c25f626176bb9357e1fc7ca75fbb (diff)
downloadqmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.gz
qmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.bz2
qmail-692760720b197b46e8e4268bede8cad6f90399aa.zip
Fix compile warnings...
Diffstat (limited to 'maildiropen.c')
-rw-r--r--maildiropen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/maildiropen.c b/maildiropen.c
index bcaadd4..85e706b 100644
--- a/maildiropen.c
+++ b/maildiropen.c
@@ -12,9 +12,7 @@
12#include <string.h> 12#include <string.h>
13#include <stdlib.h> 13#include <stdlib.h>
14#include <time.h> 14#include <time.h>
15#if HAVE_UNISTD_H
16#include <unistd.h> 15#include <unistd.h>
17#endif
18#include <stdio.h> 16#include <stdio.h>
19#include <ctype.h> 17#include <ctype.h>
20#include <errno.h> 18#include <errno.h>