ecore_con: Add missing socket.h

Reported and patched by @netstar

Fixes T4461
This commit is contained in:
Jean-Philippe Andre 2016-08-30 20:52:02 +09:00
parent 062145b605
commit ba80f7e5b0
1 changed files with 1 additions and 0 deletions

View 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