From 2c4d70f0e68e5604096f5534dd650bb554a5f6d5 Mon Sep 17 00:00:00 2001 From: tobiasu Date: Thu, 18 Feb 2016 23:38:18 +0000 Subject: sync() requires unistd.h Reported by Sigi Rudzio. Thanks! "go for it" deraadt@ --- usr.sbin/installboot/vax_installboot.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/installboot') diff --git a/usr.sbin/installboot/vax_installboot.c b/usr.sbin/installboot/vax_installboot.c index 1f1ab061991..0bb3febefb4 100644 --- a/usr.sbin/installboot/vax_installboot.c +++ b/usr.sbin/installboot/vax_installboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vax_installboot.c,v 1.4 2015/11/30 17:34:57 jsing Exp $ */ +/* $OpenBSD: vax_installboot.c,v 1.5 2016/02/18 23:38:18 tobiasu Exp $ */ /* * Copyright (c) 2013 Joel Sing @@ -17,6 +17,7 @@ */ #include +#include #include "installboot.h" -- cgit v1.2.3-59-g8ed1b