From: Jean-Philippe Andre Date: Tue, 30 Aug 2016 11:52:02 +0000 (+0900) Subject: ecore_con: Add missing socket.h X-Git-Tag: upstream/1.20.0~4561 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba80f7e5b027eebcfcbcb2b9758c2047383ec9ca;p=platform%2Fupstream%2Fefl.git ecore_con: Add missing socket.h Reported and patched by @netstar Fixes T4461 --- 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 #else +#include // 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