From ba80f7e5b027eebcfcbcb2b9758c2047383ec9ca Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Tue, 30 Aug 2016 20:52:02 +0900 Subject: [PATCH] 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 98d4a1ee8d..cff6a73469 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