From: Memphiz Date: Wed, 29 May 2013 08:27:31 +0000 (+0200) Subject: [win32] - include time.h through win32_compat.h for getting rid of undefined symbol... X-Git-Tag: upstream/1.9.6^2~135^2~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=21eeb9f5e333e70972cf54a8e8947dc87dc4d474;hp=e7b4eb0a33180c5d5a6e29aed02b81b1e0656c64;p=deb_libnfs.git [win32] - include time.h through win32_compat.h for getting rid of undefined symbol warnings --- 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;