diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2011-06-03 10:02:26 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2011-06-03 10:02:26 +0000 |
commit | a03e1c8277627b56bbf035a78c69e465f7de914d (patch) | |
tree | 248fd7ad8b73705ee28f29b5cf03ae01434c6d55 /usr.bin/cvs | |
parent | 9ea92f4084ed95dfd46e7cca19e54580d80661c7 (diff) |
add missing header, needed by the use of struct tm
ok nicm@ xsa@
Diffstat (limited to 'usr.bin/cvs')
-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" |