Skip to content

Commit f0a8bcc

Browse files
qbitMylesBorins
authored andcommitted
deps: back port OpenBSD fix in c-ares/c-ares
Original PR: c-ares/c-ares#68 PR-URL: #9232 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent d2b0cae commit f0a8bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/cares/include/ares.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
require it! */
3939
#if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \
4040
defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) || \
41-
defined(ANDROID) || defined(__ANDROID__)
41+
defined(ANDROID) || defined(__ANDROID__) || defined(__OpenBSD__)
4242
#include <sys/select.h>
4343
#endif
4444
#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))

0 commit comments

Comments
 (0)