summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2016-08-30 20:52:02 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2016-08-30 20:52:02 +0900
commitba80f7e5b027eebcfcbcb2b9758c2047383ec9ca (patch)
treeeb0e741f6ba4e0902568c1c0fa7aaee75ac8df04
parent062145b605acdc05a6f37599e97d391f11d9fcc3 (diff)
downloadefl-ba80f7e5b027eebcfcbcb2b9758c2047383ec9ca.tar.gz
ecore_con: Add missing socket.h
Reported and patched by @netstar Fixes T4461
-rw-r--r--src/lib/ecore_con/ecore_con_url_curl.h1
1 files changed, 1 insertions, 0 deletions
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 <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