commit | 0d407aeaa8a31cb44b3b233f0b6807053dbaf08e | [log] [tgz] |
---|---|---|
author | Vinit Deshpande <vinitd@google.com> | Wed Feb 04 02:07:55 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 04 02:07:55 2015 +0000 |
tree | 6a35fd5505fec24876e48313d7a90e76c1b2c23e | |
parent | 82903d843879fa71274c56c3273ea10de5a43bb9 [diff] | |
parent | 970cbe09b59d9d8f2cd3207b432f2eb07741d454 [diff] |
Merge "Accept more than one SD in NsdManagerTest"
diff --git a/tests/cts/net/jni/NativeDnsJni.c b/tests/cts/net/jni/NativeDnsJni.c index b975594..4eb3c7a 100644 --- a/tests/cts/net/jni/NativeDnsJni.c +++ b/tests/cts/net/jni/NativeDnsJni.c
@@ -18,6 +18,7 @@ #include <jni.h> #include <netdb.h> #include <stdio.h> +#include <string.h> #include <utils/Log.h> const char *GoogleDNSIpV4Address="8.8.8.8";