summaryrefslogtreecommitdiff
path: root/lib/sys_select.in.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-02-18 11:22:20 +0100
committerSimon Josefsson <simon@josefsson.org>2010-02-18 11:22:20 +0100
commitfb5d9e612ab8fb7a87542a5ec355732604110ea9 (patch)
tree170dde9a0f8643b85aeeac247770c5f6ed36add2 /lib/sys_select.in.h
parent0ce0394a2834b9edb76e2f70af71ab8a5738e68c (diff)
downloadgnulib-fb5d9e612ab8fb7a87542a5ec355732604110ea9.tar.gz
sys_select.in.h: Fix for Interix.
Tiny patch from Markus Duft <mduft@gentoo.org>.
Diffstat (limited to 'lib/sys_select.in.h')
-rw-r--r--lib/sys_select.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sys_select.in.h b/lib/sys_select.in.h
index 0f2171d1d9..b506e9fca7 100644
--- a/lib/sys_select.in.h
+++ b/lib/sys_select.in.h
@@ -63,7 +63,7 @@
#ifndef _GL_SYS_SELECT_H
#define _GL_SYS_SELECT_H
-#if !@HAVE_SYS_SELECT_H@
+#if !@HAVE_SYS_SELECT_H@ || @REPLACE_SELECT@
/* A platform that lacks <sys/select.h>. */