examples: fix efl_net_control_example.c on BSD.

Reviewers: cedric, stefan_schmidt

Subscribers: stefan_schmidt, jpeg

Differential Revision: https://phab.enlightenment.org/D4868

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Al Poole 2017-06-05 10:58:50 -07:00 committed by Cedric BAIL
parent e1fbde9e5b
commit de156c66ed
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#define EFL_BETA_API_SUPPORT 1
#define EFL_EO_API_SUPPORT 1
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#include <Ecore.h>
#include <Ecore_Con.h>
#include <Ecore_Getopt.h>