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