diff options
author | ncteisen <ncteisen@gmail.com> | 2017-06-06 17:02:42 -0700 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2017-06-06 17:02:42 -0700 |
commit | 6f1b59e646178224faaedb341cdced9cd9663201 (patch) | |
tree | a2327227a2f4053235f1333dd744aa9988534b98 /test | |
parent | e9dea378c5effc774086a038aaaf57bb63621d08 (diff) | |
parent | fd78e269b57105b7b3fe4ff57ac7b0994e2307b2 (diff) |
Merge branch 'master' of https://github.com/grpc/grpc into trickle-timeout
Diffstat (limited to 'test')
-rw-r--r-- | test/build/c-ares.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/build/c-ares.c b/test/build/c-ares.c index c954e9397f..d86bbf5af6 100644 --- a/test/build/c-ares.c +++ b/test/build/c-ares.c @@ -33,6 +33,10 @@ #include <ares.h> +#if (ARES_VERSION < 0x010b00) + ARES_VERSION should not be smaller than 1.11.0 +#endif + int main(void) { ares_channel channelptr; |