diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2015-07-12 19:42:56 +0200 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2015-07-12 19:42:56 +0200 |
commit | 5e138dcdf23b5a56a57f7413031f94e6649abb84 (patch) | |
tree | 883602d752a1236efb8eb814fc7fd639f1a6ad47 | |
parent | 4ad8fc60ae7ae569e6bbbbdf915337b27c3cb9d0 (diff) |
Fix build on OSX
should fix T2440
-rw-r--r-- | efl/dbus_mainloop/e_dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
17 | * along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>. | 17 | * along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>. |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include <stdbool.h> | ||
21 | #include "e_dbus.h" | 20 | #include "e_dbus.h" |
21 | #include <stdbool.h> | ||
22 | 22 | ||
23 | 23 | ||
24 | #ifndef E_DBUS_COLOR_DEFAULT | 24 | #ifndef E_DBUS_COLOR_DEFAULT |