aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2017-06-27 17:01:39 -0700
committerGravatar GitHub <noreply@github.com>2017-06-27 17:01:39 -0700
commitc4f85b78f34fa48cc219b2a421770541cde0dd22 (patch)
tree48e486bf30e5c03daf1464567135b016e2728b5e /third_party
parentd8bf2df7c638ace0cdcc73bce3101db77448ba04 (diff)
parent1d8e46559bc109e3108063e98e48e8011d552958 (diff)
Merge pull request #11474 from makdharma/cares_fix
fixes #11473
Diffstat (limited to 'third_party')
-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"],