]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common: Remove redundant includes 15251/head
authorJos Collin <jcollin@redhat.com>
Sat, 10 Jun 2017 10:07:48 +0000 (15:37 +0530)
committerJos Collin <jcollin@redhat.com>
Sat, 10 Jun 2017 10:07:55 +0000 (15:37 +0530)
Fixed: error: field has incomplete type 'struct sockaddr_in'

Signed-off-by: Jos Collin <jcollin@redhat.com>
src/common/dns_resolve.h

index bf05c27b751d739ef2c11d9cb42692eca009b650..3e8f7e46302189804f5f9443815dc37ebf08c89b 100644 (file)
@@ -14,6 +14,7 @@
 #ifndef CEPH_DNS_RESOLVE_H
 #define CEPH_DNS_RESOLVE_H
 
+#include <netinet/in.h>
 #include <resolv.h>
 
 #include "common/Mutex.h"