diff options
-rw-r--r-- | usr.bin/cvs/buf.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/checkout.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/client.c | 3 | ||||
-rw-r--r-- | usr.bin/cvs/file.c | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/usr.bin/cvs/buf.c b/usr.bin/cvs/buf.c index 578d17acac9..12479f8acd7 100644 --- a/usr.bin/cvs/buf.c +++ b/usr.bin/cvs/buf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: buf.c,v 1.66 2007/09/25 10:02:50 chl Exp $ */ +/* $OpenBSD: buf.c,v 1.67 2008/02/03 15:08:04 tobias Exp $ */ /* * Copyright (c) 2003 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -25,6 +25,7 @@ */ #include <sys/stat.h> +#include <sys/time.h> #include <errno.h> #include <fcntl.h> 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> diff --git a/usr.bin/cvs/client.c b/usr.bin/cvs/client.c index 50deddd074d..fec00d2f7bc 100644 --- a/usr.bin/cvs/client.c +++ b/usr.bin/cvs/client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: client.c,v 1.95 2008/02/01 21:09:59 xsa Exp $ */ +/* $OpenBSD: client.c,v 1.96 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/times.h> #include <errno.h> #include <fcntl.h> diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c index 4203733c94e..c9d72fe518c 100644 --- a/usr.bin/cvs/file.c +++ b/usr.bin/cvs/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.212 2008/01/31 21:56:34 tobias Exp $ */ +/* $OpenBSD: file.c,v 1.213 2008/02/03 15:08:04 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> @@ -28,6 +28,7 @@ #include <sys/types.h> #include <sys/mman.h> #include <sys/stat.h> +#include <sys/time.h> #include <errno.h> #include <fcntl.h> |