diff options
Diffstat (limited to 'net/dns/dns_config_service_posix_unittest.cc')
-rw-r--r-- | net/dns/dns_config_service_posix_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dns/dns_config_service_posix_unittest.cc b/net/dns/dns_config_service_posix_unittest.cc index a3f90aa..ab9e56d 100644 --- a/net/dns/dns_config_service_posix_unittest.cc +++ b/net/dns/dns_config_service_posix_unittest.cc @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include <arpa/inet.h> #include <resolv.h> +#include "base/sys_byteorder.h" #include "net/dns/dns_config_service_posix.h" #include "testing/gtest/include/gtest/gtest.h" |