summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpctl.c
diff options
context:
space:
mode:
authorCharles Longeau <chl@cvs.openbsd.org>2011-12-18 22:52:26 +0000
committerCharles Longeau <chl@cvs.openbsd.org>2011-12-18 22:52:26 +0000
commit5b7ee979ece2bfcbeae41b7019a74e56ac967d40 (patch)
tree797c797b7870aa6108b309805bed5a36cc06b8c0 /usr.sbin/smtpd/smtpctl.c
parent61858ac1e2582268075e4e68c2fb91329eaf4e74 (diff)
Add missing header needed by PRI format string
ok eric@
Diffstat (limited to 'usr.sbin/smtpd/smtpctl.c')
-rw-r--r--usr.sbin/smtpd/smtpctl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtpctl.c b/usr.sbin/smtpd/smtpctl.c
index e8f0c77b1b0..34b4d881694 100644
--- a/usr.sbin/smtpd/smtpctl.c
+++ b/usr.sbin/smtpd/smtpctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpctl.c,v 1.73 2011/12/14 18:42:27 eric Exp $ */
+/* $OpenBSD: smtpctl.c,v 1.74 2011/12/18 22:52:25 chl Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -30,6 +30,7 @@
#include <errno.h>
#include <event.h>
#include <imsg.h>
+#include <inttypes.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>