summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchl <chl@openbsd.org>2010-12-06 22:52:55 +0000
committerchl <chl@openbsd.org>2010-12-06 22:52:55 +0000
commita393799f76a9992ed95a163f254c939d9023a7c5 (patch)
tree9bb0420904177c8e5dc2519dee0fcf070d22e4c6
parent- properly remove NENTS now after fixing the fallout. (diff)
downloadwireguard-openbsd-a393799f76a9992ed95a163f254c939d9023a7c5.tar.xz
wireguard-openbsd-a393799f76a9992ed95a163f254c939d9023a7c5.zip
add missing header needed by futimes()
ok tobias@ xsa@ nicm@
-rw-r--r--usr.bin/rcs/rcsutil.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/rcs/rcsutil.c b/usr.bin/rcs/rcsutil.c
index 5ea5dd12285..88677f77a6c 100644
--- a/usr.bin/rcs/rcsutil.c
+++ b/usr.bin/rcs/rcsutil.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcsutil.c,v 1.37 2010/10/20 19:53:53 tobias Exp $ */
+/* $OpenBSD: rcsutil.c,v 1.38 2010/12/06 22:52:55 chl Exp $ */
/*
* Copyright (c) 2005, 2006 Joris Vink <joris@openbsd.org>
* Copyright (c) 2006 Xavier Santolaria <xsa@openbsd.org>
@@ -28,6 +28,7 @@
*/
#include <sys/stat.h>
+#include <sys/time.h>
#include <ctype.h>
#include <err.h>