We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b0cae commit f0a8bccCopy full SHA for f0a8bcc
deps/cares/include/ares.h
@@ -38,7 +38,7 @@
38
require it! */
39
#if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \
40
defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) || \
41
- defined(ANDROID) || defined(__ANDROID__)
+ defined(ANDROID) || defined(__ANDROID__) || defined(__OpenBSD__)
42
#include <sys/select.h>
43
#endif
44
#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))
0 commit comments