kuri pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=08a70a113ff095b732c36f5cc711535a6e8f3c03

commit 08a70a113ff095b732c36f5cc711535a6e8f3c03
Author: Guillaume Friloux <[email protected]>
Date:   Fri May 30 14:15:27 2014 +0200

    Fix warning with undefined ntohl().
---
 src/lib/ecore_con/ecore_con_eet.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/ecore_con/ecore_con_eet.c 
b/src/lib/ecore_con/ecore_con_eet.c
index 6399dcf..c6195b5 100644
--- a/src/lib/ecore_con/ecore_con_eet.c
+++ b/src/lib/ecore_con/ecore_con_eet.c
@@ -11,6 +11,10 @@
 # endif
 #endif
 
+#ifdef HAVE_ARPA_INET_H
+# include <arpa/inet.h>
+#endif
+
 #include <Eina.h>
 
 #include "Ecore_Con_Eet.h"

-- 


Reply via email to