aboutsummaryrefslogtreecommitdiffstats
path: root/intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'intern.h')
-rw-r--r--intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern.h b/intern.h
index 7c33d7c225..31602598f6 100644
--- a/intern.h
+++ b/intern.h
@@ -161,7 +161,7 @@ NORETURN(void rb_load_fail(const char*));
NORETURN(void rb_error_frozen(const char*));
void rb_check_frozen(VALUE);
/* eval.c */
-#ifdef NFDBITS
+#if defined(NFDBITS) && defined(howmany)
typedef struct {
int maxfd;
fd_set *fdset;