We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd394f commit d11aa24Copy full SHA for d11aa24
1 file changed
include/ruby/intern.h
@@ -40,6 +40,10 @@ extern "C" {
40
#include <sys/time.h>
41
#endif
42
43
+#if defined(__BIONIC__)
44
+#include <sys/select.h>
45
+#endif
46
+
47
#include "ruby/st.h"
48
49
#if defined __GNUC__ && __GNUC__ >= 4
0 commit comments