Skip to content

Commit d11aa24

Browse files
committed
fd_set is defined into <sys/select.h> on bionic libc.
1 parent efd394f commit d11aa24

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/ruby/intern.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ extern "C" {
4040
#include <sys/time.h>
4141
#endif
4242

43+
#if defined(__BIONIC__)
44+
#include <sys/select.h>
45+
#endif
46+
4347
#include "ruby/st.h"
4448

4549
#if defined __GNUC__ && __GNUC__ >= 4

0 commit comments

Comments
 (0)