diff options
Diffstat (limited to 'usr.bin/cvs/checkout.c')
-rw-r--r-- | usr.bin/cvs/checkout.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/checkout.c b/usr.bin/cvs/checkout.c index 7e259821b93..729d44de46a 100644 --- a/usr.bin/cvs/checkout.c +++ b/usr.bin/cvs/checkout.c @@ -1,4 +1,4 @@ -/* $OpenBSD: checkout.c,v 1.116 2008/02/02 19:32:28 joris Exp $ */ +/* $OpenBSD: checkout.c,v 1.117 2008/02/03 15:08:04 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -18,6 +18,7 @@ #include <sys/param.h> #include <sys/dirent.h> #include <sys/stat.h> +#include <sys/time.h> #include <errno.h> #include <fcntl.h> |