jpeg pushed a commit to branch master.

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

commit ba80f7e5b027eebcfcbcb2b9758c2047383ec9ca
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue Aug 30 20:52:02 2016 +0900

    ecore_con: Add missing socket.h
    
    Reported and patched by @netstar
    
    Fixes T4461
---
 src/lib/ecore_con/ecore_con_url_curl.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/ecore_con/ecore_con_url_curl.h 
b/src/lib/ecore_con/ecore_con_url_curl.h
index 98d4a1e..cff6a73 100644
--- a/src/lib/ecore_con/ecore_con_url_curl.h
+++ b/src/lib/ecore_con/ecore_con_url_curl.h
@@ -8,6 +8,7 @@
  */
 #include <curl/curl.h>
 #else
+#include <sys/socket.h>
 
 // all the types, defines, enums etc. from curl that we actually USE.
 // we have to add to this if we use more things from curl not already

-- 


Reply via email to