diff options
Diffstat (limited to 'src/lib/ecore_con/ecore_con_private.h')
-rw-r--r-- | src/lib/ecore_con/ecore_con_private.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/ecore_con/ecore_con_private.h b/src/lib/ecore_con/ecore_con_private.h index 639fb0d17f..34478afeba 100644 --- a/src/lib/ecore_con/ecore_con_private.h +++ b/src/lib/ecore_con/ecore_con_private.h | |||
@@ -12,6 +12,10 @@ | |||
12 | #include <sys/un.h> | 12 | #include <sys/un.h> |
13 | #endif | 13 | #endif |
14 | 14 | ||
15 | #ifdef HAVE_SYS_SOCKET_H | ||
16 | # include <sys/socket.h> | ||
17 | #endif | ||
18 | |||
15 | #ifdef HAVE_NETINET_IN_H | 19 | #ifdef HAVE_NETINET_IN_H |
16 | # include <netinet/in.h> | 20 | # include <netinet/in.h> |
17 | #endif | 21 | #endif |