From 0c651cab73005b9808c9c15790221c9f8ce1e4ff Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Sat, 10 Jun 2017 15:37:48 +0530 Subject: [PATCH] common: Remove redundant includes Fixed: error: field has incomplete type 'struct sockaddr_in' Signed-off-by: Jos Collin --- src/common/dns_resolve.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/dns_resolve.h b/src/common/dns_resolve.h index bf05c27b751d..3e8f7e463021 100644 --- a/src/common/dns_resolve.h +++ b/src/common/dns_resolve.h @@ -14,6 +14,7 @@ #ifndef CEPH_DNS_RESOLVE_H #define CEPH_DNS_RESOLVE_H +#include #include #include "common/Mutex.h" -- 2.47.3