Chromium Code Reviews| Index: net/dns/dns_config_service_posix.h |
| diff --git a/net/dns/dns_config_service_posix.h b/net/dns/dns_config_service_posix.h |
| index 91e03f439b72b80d6e74a9faf195ee13af9cd937..95a5759725c48bce328450a64b2856d531e71f76 100644 |
| --- a/net/dns/dns_config_service_posix.h |
| +++ b/net/dns/dns_config_service_posix.h |
| @@ -6,6 +6,10 @@ |
| #define NET_DNS_DNS_CONFIG_SERVICE_POSIX_H_ |
| #pragma once |
| +#include "build/build_config.h" |
|
wtc
2011/10/20 14:01:46
Please remove this line.
Robert Nagy
2011/10/20 17:44:44
Done.
|
| + |
| +#include <sys/types.h> |
| +#include <netinet/in.h> |
| #include <resolv.h> |
| #include "base/compiler_specific.h" |