From 526da4b6acdb049d5c8615d5ccdd05ac4ba6205c Mon Sep 17 00:00:00 2001 From: guenther <> Date: Tue, 2 Apr 2013 05:16:14 +0000 Subject: [PATCH] Pull in instead of in prep for the future ok deraadt@ --- src/include/time.h | 4 ++-- src/include/utime.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/include/time.h b/src/include/time.h index ead4ccf6..95e01b71 100644 --- a/src/include/time.h +++ b/src/include/time.h @@ -1,4 +1,4 @@ -/* $OpenBSD: time.h,v 1.23 2012/10/01 00:21:20 guenther Exp $ */ +/* $OpenBSD: time.h,v 1.24 2013/04/02 05:16:14 guenther Exp $ */ /* $NetBSD: time.h,v 1.9 1994/10/26 00:56:35 cgd Exp $ */ /* @@ -42,7 +42,7 @@ #define _TIME_H_ #include -#include +#include #ifndef NULL #ifdef __GNUG__ diff --git a/src/include/utime.h b/src/include/utime.h index 9fab94f8..f6178658 100644 --- a/src/include/utime.h +++ b/src/include/utime.h @@ -1,4 +1,4 @@ -/* $OpenBSD: utime.h,v 1.6 2006/01/06 18:53:04 millert Exp $ */ +/* $OpenBSD: utime.h,v 1.7 2013/04/02 05:16:14 guenther Exp $ */ /* $NetBSD: utime.h,v 1.3 1994/10/26 00:56:39 cgd Exp $ */ /*- @@ -36,7 +36,7 @@ #define _UTIME_H_ #include -#include +#include #ifndef _TIME_T_DEFINED_ #define _TIME_T_DEFINED_