From c9666148f8f5d4a8f9e34e3083ed6cc7e0610212 Mon Sep 17 00:00:00 2001 From: okan Date: Wed, 13 Feb 2019 15:43:24 +0000 Subject: fix missing includes --- conf.c | 3 +-- kbfunc.c | 3 ++- util.c | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/conf.c b/conf.c index c74f44c..cf39d4f 100644 --- a/conf.c +++ b/conf.c @@ -15,12 +15,11 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: conf.c,v 1.242 2018/11/13 17:37:13 okan Exp $ + * $OpenBSD: conf.c,v 1.243 2019/02/13 15:43:24 okan Exp $ */ #include #include -#include #include #include diff --git a/kbfunc.c b/kbfunc.c index 7a205d0..fa20873 100644 --- a/kbfunc.c +++ b/kbfunc.c @@ -15,11 +15,12 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: kbfunc.c,v 1.159 2017/12/29 20:03:46 okan Exp $ + * $OpenBSD: kbfunc.c,v 1.160 2019/02/13 15:43:24 okan Exp $ */ #include #include +#include #include #include diff --git a/util.c b/util.c index 5eb059f..624fc13 100644 --- a/util.c +++ b/util.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: util.c,v 1.22 2018/02/04 22:56:26 okan Exp $ + * $OpenBSD: util.c,v 1.23 2019/02/13 15:43:24 okan Exp $ */ #include @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3-2-gb3c3