aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/sockaddr_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/iomgr/sockaddr_posix.h')
-rw-r--r--src/core/iomgr/sockaddr_posix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/iomgr/sockaddr_posix.h b/src/core/iomgr/sockaddr_posix.h
index e4425ed735..a398096837 100644
--- a/src/core/iomgr/sockaddr_posix.h
+++ b/src/core/iomgr/sockaddr_posix.h
@@ -35,10 +35,10 @@
#define GRPC_CORE_IOMGR_SOCKADDR_POSIX_H
#include <arpa/inet.h>
+#include <netdb.h>
+#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/types.h>
-#include <netinet/in.h>
-#include <netdb.h>
#include <unistd.h>
#endif /* GRPC_CORE_IOMGR_SOCKADDR_POSIX_H */