From 69d85d51dfd0f2e3b464585633d270f06fa1e846 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 31 Mar 2014 22:17:13 +0300 Subject: Update copyright years on files changed in 2014. --- extension/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extension/time.c') diff --git a/extension/time.c b/extension/time.c index c336df88..19466e08 100644 --- a/extension/time.c +++ b/extension/time.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 2012, 2013 + * Copyright (C) 2012, 2013, 2014 * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the -- cgit v1.2.3 From 396767664c93e58b106e000dd52fd973c8b5b273 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 4 Apr 2014 11:43:07 +0300 Subject: Fix a compilation warning. --- extension/time.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'extension/time.c') diff --git a/extension/time.c b/extension/time.c index 19466e08..e6b2b39f 100644 --- a/extension/time.c +++ b/extension/time.c @@ -85,15 +85,13 @@ static awk_bool_t (*init_func)(void) = NULL; int plugin_is_GPL_compatible; +#include #if defined(HAVE_GETTIMEOFDAY) && defined(HAVE_SYS_TIME_H) #include #endif #if defined(HAVE_SELECT) && defined(HAVE_SYS_SELECT_H) #include #endif -#if defined(HAVE_NANOSLEEP) && defined(HAVE_TIME_H) -#include -#endif #if defined(HAVE_GETSYSTEMTIMEASFILETIME) #define WIN32_LEAN_AND_MEAN #include -- cgit v1.2.3