From 8e0679d9227c964d8df84bcb71054a4f14f72343 Mon Sep 17 00:00:00 2001 From: John Denker Date: Sun, 27 Apr 2014 16:04:51 -0700 Subject: get rid of some warnings --- qmail-qmtpd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'qmail-qmtpd.c') 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); } -- cgit v1.2.3