* [PATCH] dbus: Declaration of l_dbus_message_builder was missing
@ 2014-11-03 11:58 Jukka Rissanen
2014-11-03 19:19 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Jukka Rissanen @ 2014-11-03 11:58 UTC (permalink / raw)
To: ell
[-- Attachment #1: Type: text/plain, Size: 478 bytes --]
Project using ell dbus fail because of compilation error.
---
ell/dbus.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/ell/dbus.h b/ell/dbus.h
index b438323..a6ad109 100644
--- a/ell/dbus.h
+++ b/ell/dbus.h
@@ -39,6 +39,7 @@ enum l_dbus_bus {
struct l_dbus;
struct l_dbus_interface;
+struct l_dbus_message_builder;
typedef void (*l_dbus_ready_func_t) (void *user_data);
typedef void (*l_dbus_disconnect_func_t) (void *user_data);
--
1.8.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dbus: Declaration of l_dbus_message_builder was missing
2014-11-03 11:58 [PATCH] dbus: Declaration of l_dbus_message_builder was missing Jukka Rissanen
@ 2014-11-03 19:19 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2014-11-03 19:19 UTC (permalink / raw)
To: ell
[-- Attachment #1: Type: text/plain, Size: 288 bytes --]
Hi Jukka,
On 11/03/2014 05:58 AM, Jukka Rissanen wrote:
> Project using ell dbus fail because of compilation error.
> ---
> ell/dbus.h | 1 +
> 1 file changed, 1 insertion(+)
>
Funny, make distcheck was not complaining on my side.
Applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-03 19:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-03 11:58 [PATCH] dbus: Declaration of l_dbus_message_builder was missing Jukka Rissanen
2014-11-03 19:19 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.