Skip to content

Commit 91fce10

Browse files
qbitMyles Borins
authored and
Myles Borins
committed
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 <jasnell@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent 00a1782 commit 91fce10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/cares/include/ares.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ typedef unsigned ares_socklen_t;
3939
require it! */
4040
#if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \
4141
defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) || \
42-
defined(ANDROID) || defined(__ANDROID__)
42+
defined(ANDROID) || defined(__ANDROID__) || defined(__OpenBSD__)
4343
#include <sys/select.h>
4444
#endif
4545
#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))

0 commit comments

Comments
 (0)