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