From 8de3cdac813a5bc4be9b84b2a2274d8bd7831de5 Mon Sep 17 00:00:00 2001 From: jsing Date: Sat, 18 Jan 2014 01:49:30 +0000 Subject: [PATCH] Add missing include. --- usr.sbin/installboot/stubs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.sbin/installboot/stubs.c b/usr.sbin/installboot/stubs.c index 524cddc945a..1992698deaf 100644 --- a/usr.sbin/installboot/stubs.c +++ b/usr.sbin/installboot/stubs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stubs.c,v 1.1 2014/01/18 01:44:57 jsing Exp $ */ +/* $OpenBSD: stubs.c,v 1.2 2014/01/18 01:49:30 jsing Exp $ */ /* * Copyright (c) 2014 Joel Sing @@ -16,6 +16,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include + #include "installboot.h" void -- 2.20.1