diff options
Diffstat (limited to 'lib/libc/gen/clock.c')
-rw-r--r-- | lib/libc/gen/clock.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/clock.c b/lib/libc/gen/clock.c index 9279457a29a..ad29073144f 100644 --- a/lib/libc/gen/clock.c +++ b/lib/libc/gen/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.5 2005/08/08 08:05:33 espie Exp $ */ +/* $OpenBSD: clock.c,v 1.6 2015/01/16 16:48:51 deraadt Exp $ */ /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/param.h> #include <sys/time.h> #include <sys/resource.h> |