From: Bruno Haible Date: Thu, 22 Sep 2011 21:33:51 +0000 (+0200) Subject: select: Avoid compilation error on MSVC. X-Git-Tag: v0.1~1785 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=9db21df32bfd7af0ddc7bad2eda5050a1e96743f;p=gnulib.git select: Avoid compilation error on MSVC. * lib/select.c: Don't include . --- diff --git a/ChangeLog b/ChangeLog index df9570252..aca9b43d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-09-22 Bruno Haible + + select: Avoid compilation error on MSVC. + * lib/select.c: Don't include . + 2011-09-21 Bruno Haible Consolidate all uses of PATH_MAX in *.m4 files. diff --git a/lib/select.c b/lib/select.c index 042ab22b5..4848859c2 100644 --- a/lib/select.c +++ b/lib/select.c @@ -27,7 +27,6 @@ /* Native Win32. */ #include -#include #include #include