aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Longeau <github@chl.be>2013-11-26 22:10:52 +0100
committerCharles Longeau <github@chl.be>2013-11-26 22:10:52 +0100
commit5c66786e46826e4ec1cadbcad24701755505a12c (patch)
tree749f91b932efaf23acb002c322871c68fc0438b6
parentMerge branch 'portable' of ssh://ssh.poolp.org/git/opensmtpd into portable (diff)
parentupdate from -current: (diff)
downloadOpenSMTPD-5c66786e46826e4ec1cadbcad24701755505a12c.tar.xz
OpenSMTPD-5c66786e46826e4ec1cadbcad24701755505a12c.zip
Merge branch 'master' into portable
-rw-r--r--smtpd/enqueue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/smtpd/enqueue.c b/smtpd/enqueue.c
index ba4543d0..0ebe0ddc 100644
--- a/smtpd/enqueue.c
+++ b/smtpd/enqueue.c
@@ -28,6 +28,7 @@
#include <ctype.h>
#include <err.h>
+#include <errno.h>
#include <event.h>
#include <imsg.h>
#include <inttypes.h>