aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/cares
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2017-06-12 13:18:17 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2017-06-12 13:18:17 -0700
commit1d8e46559bc109e3108063e98e48e8011d552958 (patch)
tree6996c27b20abda172989ee3e81cbc7a8e79e0103 /third_party/cares
parentc02e39d14cf20a39a0c2054d968f5833aff2f7fd (diff)
fixes #11473
Diffstat (limited to 'third_party/cares')
-rw-r--r--third_party/cares/cares.BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/cares/cares.BUILD b/third_party/cares/cares.BUILD
index 3583720ef3..978e9b1ed9 100644
--- a/third_party/cares/cares.BUILD
+++ b/third_party/cares/cares.BUILD
@@ -78,6 +78,7 @@ cc_library(
"cares/ares_version.h",
"cares/bitncmp.h",
"cares/config-win32.h",
+ "cares/nameser.h",
"cares/setup_once.h",
] + select({
":darwin": ["config_darwin/ares_config.h"],