davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=5e138dcdf23b5a56a57f7413031f94e6649abb84

commit 5e138dcdf23b5a56a57f7413031f94e6649abb84
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sun Jul 12 19:42:56 2015 +0200

    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 <http://www.gnu.org/licenses/>.
  */
 
-#include <stdbool.h>
 #include "e_dbus.h"
+#include <stdbool.h>
 
 
 #ifndef E_DBUS_COLOR_DEFAULT

-- 


Reply via email to