summaryrefslogtreecommitdiff
path: root/libguile/iselect.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/iselect.h')
-rw-r--r--libguile/iselect.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libguile/iselect.h b/libguile/iselect.h
index 1c7b12db0..945ad14af 100644
--- a/libguile/iselect.h
+++ b/libguile/iselect.h
@@ -29,8 +29,6 @@
/* Needed for FD_SET on some systems. */
#include <sys/types.h>
-#if SCM_HAVE_SYS_SELECT_H
-
#include <sys/select.h>
SCM_API int scm_std_select (int fds,
@@ -41,8 +39,6 @@ SCM_API int scm_std_select (int fds,
#define SELECT_TYPE fd_set
-#endif /* SCM_HAVE_SYS_SELECT_H */
-
#endif /* SCM_ISELECT_H */
/*