Merge pull request #18582 from billfeng327/bugfix/c-ares-bazel

Explicitly added header file for correctly compiling c-ares with Bazel
pull/18588/head
Bill Feng 6 years ago committed by GitHub
commit 586eb09f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      third_party/cares/cares.BUILD

@ -144,6 +144,7 @@ cc_library(
"ares_strdup.h",
"ares_strsplit.h",
"ares_version.h",
"ares_writev.h",
"bitncmp.h",
"config-win32.h",
"nameser.h",

Loading…
Cancel
Save