From f0497452f47985a0b8bb830d686ade2c73f5e8ca Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 14 Oct 2015 17:54:46 +0000 Subject: [PATCH] worse, need even more includes... --- usr.sbin/installboot/stubs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/installboot/stubs.c b/usr.sbin/installboot/stubs.c index 1992698deaf..a4b80d90f58 100644 --- a/usr.sbin/installboot/stubs.c +++ b/usr.sbin/installboot/stubs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stubs.c,v 1.2 2014/01/18 01:49:30 jsing Exp $ */ +/* $OpenBSD: stubs.c,v 1.3 2015/10/14 17:54:46 deraadt Exp $ */ /* * Copyright (c) 2014 Joel Sing @@ -16,6 +16,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include #include #include "installboot.h" -- 2.20.1