From 31216e72ae899621e9431c6a94ea8866f5231e6d Mon Sep 17 00:00:00 2001 From: eric Date: Wed, 24 Dec 2014 08:43:58 +0000 Subject: [PATCH] missing include --- usr.sbin/smtpd/ca.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/smtpd/ca.c b/usr.sbin/smtpd/ca.c index 94e341f1ce9..11d691a688a 100644 --- a/usr.sbin/smtpd/ca.c +++ b/usr.sbin/smtpd/ca.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ca.c,v 1.11 2014/10/02 19:14:56 gilles Exp $ */ +/* $OpenBSD: ca.c,v 1.12 2014/12/24 08:43:58 eric Exp $ */ /* * Copyright (c) 2014 Reyk Floeter @@ -21,6 +21,7 @@ #include #include +#include #include #include #include -- 2.20.1