From c2785590834dfe91574367f4256918c37b6ddfcc Mon Sep 17 00:00:00 2001 From: Ivan Vanyushkin Date: Thu, 29 Sep 2016 21:46:45 +0300 Subject: Fix build under Cygwin. --- src/times.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/times.cc') diff --git a/src/times.cc b/src/times.cc index 01b89848..8b0490ff 100644 --- a/src/times.cc +++ b/src/times.cc @@ -33,7 +33,7 @@ #include "times.h" -#ifdef _WIN32 +#if defined(_WIN32) || defined(__CYGWIN__) #include "strptime.h" #endif -- cgit v1.2.3