From 21eeb9f5e333e70972cf54a8e8947dc87dc4d474 Mon Sep 17 00:00:00 2001 From: Memphiz Date: Wed, 29 May 2013 10:27:31 +0200 Subject: [PATCH] [win32] - include time.h through win32_compat.h for getting rid of undefined symbol warnings --- win32/win32_compat.c | 1 - win32/win32_compat.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/win32_compat.c b/win32/win32_compat.c index 87f9ab1..738da9d 100644 --- a/win32/win32_compat.c +++ b/win32/win32_compat.c @@ -29,7 +29,6 @@ static int dummy ATTRIBUTE((unused)); #include "win32_compat.h" #include #include -#include #undef poll #undef socket diff --git a/win32/win32_compat.h b/win32/win32_compat.h index 71f10bd..67e44e4 100644 --- a/win32/win32_compat.h +++ b/win32/win32_compat.h @@ -32,6 +32,7 @@ THE SOFTWARE. #include #include #include +#include typedef int uid_t; typedef int gid_t; -- 2.34.1