From 5b7ee979ece2bfcbeae41b7019a74e56ac967d40 Mon Sep 17 00:00:00 2001 From: Charles Longeau Date: Sun, 18 Dec 2011 22:52:26 +0000 Subject: Add missing header needed by PRI format string ok eric@ --- usr.sbin/smtpd/smtpctl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3