diff options
| author | manuel <manuel@mausz.at> | 2013-02-06 01:46:51 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-02-06 01:46:51 +0100 |
| commit | 56fc66c631719e906ac426db40e37f35e50b8850 (patch) | |
| tree | 100a00e15d2888f970c7bd7ec57ade2a5b591a2e /qmail-qmtpd.c | |
| parent | ae95d84684e3b9781d380c7b17083095c486ac2e (diff) | |
| download | qmail-56fc66c631719e906ac426db40e37f35e50b8850.tar.gz qmail-56fc66c631719e906ac426db40e37f35e50b8850.tar.bz2 qmail-56fc66c631719e906ac426db40e37f35e50b8850.zip | |
fix compile errors
Diffstat (limited to 'qmail-qmtpd.c')
| -rw-r--r-- | qmail-qmtpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qmail-qmtpd.c b/qmail-qmtpd.c index d772206..85a0f99 100644 --- a/qmail-qmtpd.c +++ b/qmail-qmtpd.c | |||
| @@ -11,6 +11,7 @@ | |||
| 11 | #include "readwrite.h" | 11 | #include "readwrite.h" |
| 12 | #include "control.h" | 12 | #include "control.h" |
| 13 | #include "received.h" | 13 | #include "received.h" |
| 14 | #include "exit.h" | ||
| 14 | 15 | ||
| 15 | void badproto() { _exit(100); } | 16 | void badproto() { _exit(100); } |
| 16 | void resources() { _exit(111); } | 17 | void resources() { _exit(111); } |
