Move ScopedAddrinfo to libnetdutils

This is a preparation step for stopping include system/netd/include.

Bug: 135235267
Test: m
      cd system/netd && atest
Change-Id: Idfe5e25e8016881987c322b333ea37c502e5d7ca
diff --git a/tests/binder_test.cpp b/tests/binder_test.cpp
index b36a7a8..2cd17fb 100644
--- a/tests/binder_test.cpp
+++ b/tests/binder_test.cpp
@@ -61,6 +61,7 @@
 #include "XfrmController.h"
 #include "android/net/INetd.h"
 #include "binder/IServiceManager.h"
+#include "netdutils/InternetAddresses.h"
 #include "netdutils/Stopwatch.h"
 #include "netdutils/Syscalls.h"
 #include "netid_client.h"  // NETID_UNSET
@@ -93,6 +94,7 @@
 using android::net::TetherStatsParcel;
 using android::net::TunInterface;
 using android::net::UidRangeParcel;
+using android::netdutils::ScopedAddrinfo;
 using android::netdutils::sSyscalls;
 using android::netdutils::Stopwatch;