diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2007-04-30 07:00:03 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2007-04-30 07:00:03 +0000 |
commit | ef95f61f862fd431036fbdaa41544599c7135300 (patch) | |
tree | faab46fd3218300720be44567f63bf540671a042 /usr.bin/cvs/cvs.c | |
parent | 3a63312b55f6f420c0379d8ec486a9138df7c6bb (diff) |
missing header; from Tobias Stoeckmann.
Diffstat (limited to 'usr.bin/cvs/cvs.c')
-rw-r--r-- | usr.bin/cvs/cvs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index dc8499b032b..a05638215e3 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.119 2007/04/24 13:36:30 sobrado Exp $ */ +/* $OpenBSD: cvs.c,v 1.120 2007/04/30 07:00:02 xsa Exp $ */ /* * Copyright (c) 2006, 2007 Joris Vink <joris@openbsd.org> * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> @@ -32,6 +32,7 @@ #include <pwd.h> #include <stdlib.h> #include <string.h> +#include <time.h> #include <unistd.h> #include "cvs.h" |