From a423496f78d0cebee4c5c099ad2646d3a78ff800 Mon Sep 17 00:00:00 2001 From: Charles Longeau Date: Mon, 6 Dec 2010 22:50:35 +0000 Subject: add missing header needed by futimes() ok tobias@ nicm@ --- usr.bin/rcs/rcsdiff.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/rcs/rcsdiff.c') diff --git a/usr.bin/rcs/rcsdiff.c b/usr.bin/rcs/rcsdiff.c index d84b4edb31b..a260ad00b3b 100644 --- a/usr.bin/rcs/rcsdiff.c +++ b/usr.bin/rcs/rcsdiff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsdiff.c,v 1.77 2010/07/28 09:07:11 ray Exp $ */ +/* $OpenBSD: rcsdiff.c,v 1.78 2010/12/06 22:50:34 chl Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. @@ -25,6 +25,7 @@ */ #include +#include #include #include -- cgit v1.2.3