From 5e138dcdf23b5a56a57f7413031f94e6649abb84 Mon Sep 17 00:00:00 2001 From: Dave Andreoli Date: Sun, 12 Jul 2015 19:42:56 +0200 Subject: [PATCH] Fix build on OSX should fix T2440 --- efl/dbus_mainloop/e_dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efl/dbus_mainloop/e_dbus.c b/efl/dbus_mainloop/e_dbus.c index 1ff8511..70d6517 100644 --- a/efl/dbus_mainloop/e_dbus.c +++ b/efl/dbus_mainloop/e_dbus.c @@ -17,8 +17,8 @@ * along with this Python-EFL. If not, see . */ -#include #include "e_dbus.h" +#include #ifndef E_DBUS_COLOR_DEFAULT