aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Longeau <github@chl.be>2012-11-04 17:36:48 +0100
committerCharles Longeau <github@chl.be>2012-11-04 17:36:48 +0100
commit6c1d599e1e9763c9fe1b663ffb58bd995477c1e0 (patch)
treecaec4532579c82cf7cc98fa93c99f5136c7876e1
parentMerge branch 'master' into portable (diff)
parentadd missing header needed by PRI format string (diff)
downloadOpenSMTPD-6c1d599e1e9763c9fe1b663ffb58bd995477c1e0.tar.xz
OpenSMTPD-6c1d599e1e9763c9fe1b663ffb58bd995477c1e0.zip
Merge branch 'master' into portableopensmtpd-20121106111009p1
-rw-r--r--smtpd/smtp_session.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/smtpd/smtp_session.c b/smtpd/smtp_session.c
index 14416bdf..3cb5bbbf 100644
--- a/smtpd/smtp_session.c
+++ b/smtpd/smtp_session.c
@@ -33,6 +33,7 @@
#include <errno.h>
#include <event.h>
#include <imsg.h>
+#include <inttypes.h>
#include <resolv.h>
#include <stdio.h>
#include <stdlib.h>