diff options
author | John Denker <jsd@av8n.com> | 2014-04-27 16:04:51 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2014-04-27 16:33:23 -0700 |
commit | 8e0679d9227c964d8df84bcb71054a4f14f72343 (patch) | |
tree | ee70210eb701bc604a1b6c577797c989f94fd0be /qmail-qmtpd.c | |
parent | 97f3e615e5d634ca0b762193c0e87017d41584fd (diff) |
get rid of some warnings
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 df911a6..5848eec 100644 --- a/qmail-qmtpd.c +++ b/qmail-qmtpd.c @@ -11,6 +11,7 @@ #include "readwrite.h" #include "control.h" #include "received.h" +#include "exit.h" void badproto() { _exit(100); } void resources() { _exit(111); } |