diff options
author | 2011-06-03 10:02:25 +0000 | |
---|---|---|
committer | 2011-06-03 10:02:25 +0000 | |
commit | 9a265d195431612d4840426dabbd8bc67ed227e5 (patch) | |
tree | 9a536dcac44ed3e52f410bb0f8ece1b324ef3059 | |
parent | regen (diff) | |
download | wireguard-openbsd-9a265d195431612d4840426dabbd8bc67ed227e5.tar.xz wireguard-openbsd-9a265d195431612d4840426dabbd8bc67ed227e5.zip |
add missing header, needed by the use of struct tm
ok nicm@ xsa@
-rw-r--r-- | usr.bin/cvs/rcs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/rcs.h b/usr.bin/cvs/rcs.h index a60a14996b2..645744f862a 100644 --- a/usr.bin/cvs/rcs.h +++ b/usr.bin/cvs/rcs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.h,v 1.98 2010/10/31 15:37:34 nicm Exp $ */ +/* $OpenBSD: rcs.h,v 1.99 2011/06/03 10:02:25 chl Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -28,6 +28,7 @@ #define RCS_H #include <stdio.h> +#include <time.h> #include "buf.h" |