ecore_con: Add missing socket.h
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 30 Aug 2016 11:52:02 +0000 (20:52 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 30 Aug 2016 11:52:02 +0000 (20:52 +0900)
Reported and patched by @netstar

Fixes T4461

src/lib/ecore_con/ecore_con_url_curl.h

index 98d4a1e..cff6a73 100644 (file)
@@ -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