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 /maildirgetquota.c | |
| parent | 54bb1142daa7c25f626176bb9357e1fc7ca75fbb (diff) | |
| download | qmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.gz qmail-692760720b197b46e8e4268bede8cad6f90399aa.tar.bz2 qmail-692760720b197b46e8e4268bede8cad6f90399aa.zip | |
Fix compile warnings...
Diffstat (limited to 'maildirgetquota.c')
| -rw-r--r-- | maildirgetquota.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/maildirgetquota.c b/maildirgetquota.c index 1c541f8..a863f47 100644 --- a/maildirgetquota.c +++ b/maildirgetquota.c | |||
| @@ -5,9 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | #include "maildirgetquota.h" | 6 | #include "maildirgetquota.h" |
| 7 | #include "maildirmisc.h" | 7 | #include "maildirmisc.h" |
| 8 | #if HAVE_UNISTD_H | ||
| 9 | #include <unistd.h> | 8 | #include <unistd.h> |
| 10 | #endif | ||
| 11 | #include <stdlib.h> | 9 | #include <stdlib.h> |
| 12 | #include <string.h> | 10 | #include <string.h> |
| 13 | #include <fcntl.h> | 11 | #include <fcntl.h> |
