# HG changeset patch # User Bruno Haible # Date 1293204119 -3600 # Node ID fd62a5de1a4935d4393fa670040c644ac8a31fd2 # Parent 872b2da234a34d15b09f73c2b9c9aa2247e15ac5 sys_select: Remove unneeded include. * lib/sys_select.in.h: Don't include on platforms that have . diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-24 Bruno Haible + + sys_select: Remove unneeded include. + * lib/sys_select.in.h: Don't include on platforms that + have . + 2010-12-24 Bruno Haible gethostname: Provide a fallback for HOST_NAME_MAX. diff --git a/lib/sys_select.in.h b/lib/sys_select.in.h --- a/lib/sys_select.in.h +++ b/lib/sys_select.in.h @@ -65,8 +65,11 @@ #ifndef _GL_SYS_SELECT_H #define _GL_SYS_SELECT_H -#if !@HAVE_SYS_SELECT_H@ || @REPLACE_SELECT@ +#if !@HAVE_SYS_SELECT_H@ /* A platform that lacks . */ +/* On native Windows platforms: + Get the 'fd_set' type. Also, gnulib's redefines select + so as to hide the declaration from . */ # include #endif