summaryrefslogtreecommitdiff
path: root/src/lib/ecore_con/efl_net_socket_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore_con/efl_net_socket_udp.c')
-rw-r--r--src/lib/ecore_con/efl_net_socket_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_con/efl_net_socket_udp.c b/src/lib/ecore_con/efl_net_socket_udp.c
index f30a57a591..c887a964a5 100644
--- a/src/lib/ecore_con/efl_net_socket_udp.c
+++ b/src/lib/ecore_con/efl_net_socket_udp.c
@@ -29,7 +29,7 @@
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
#endif
-#ifdef HAVE_EVIL
+#ifdef _WIN32
# include <Evil.h>
#endif