From e89740a957fe29e5a0b3e33108d684601c853add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 1 Apr 2014 22:21:19 +0200 Subject: [PATCH] bsd: support IPv6 qualified link-local addresses --- include/uv-bsd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/uv-bsd.h b/include/uv-bsd.h index 2d72b3d7..3458d5d7 100644 --- a/include/uv-bsd.h +++ b/include/uv-bsd.h @@ -31,4 +31,6 @@ #define UV_HAVE_KQUEUE 1 +#define UV_PLATFORM_HAS_IP6_LINK_LOCAL_ADDRESS + #endif /* UV_BSD_H */