@@ -22,6 +22,7 @@
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <netdb.h>
#include <string>
@@ -15,6 +15,9 @@
#ifndef __SOCKADDR_UTIL_H_
#define __SOCKADDR_UTIL_H_ 1
+#include <sys/socket.h>
+
#include <cassert>
// This definitions in this file are for the convenience of internal
@@ -17,6 +17,7 @@
#include <sys/un.h>
#include <fcntl.h>