Stop depend on libnetd_client_header
Use the new one libnetdbinder_utils which only included required
header from netd.
Create dnsproxyd_protocol_headers for NETID_USE_LOCAL_NAMESERVERS.
Bug: 151895202
Test: build, atest
Change-Id: I13d56bbce94614865fb0d892b1ce0c6f2fffe4af
diff --git a/tests/resolv_integration_test.cpp b/tests/resolv_integration_test.cpp
index 595d621..2e19bf8 100644
--- a/tests/resolv_integration_test.cpp
+++ b/tests/resolv_integration_test.cpp
@@ -53,6 +53,7 @@
#include <numeric>
#include <thread>
+#include <DnsProxydProtocol.h> // NETID_USE_LOCAL_NAMESERVERS
#include <aidl/android/net/IDnsResolver.h>
#include <android/binder_manager.h>
#include <android/binder_process.h>