Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] Fix compilation with --disable-sap and glib < 2.28
@ 2011-07-18 11:01 Szymon Janc
  2011-07-18 21:13 ` Johan Hedberg
  2011-07-27 20:05 ` Mike
  0 siblings, 2 replies; 6+ messages in thread
From: Szymon Janc @ 2011-07-18 11:01 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: par-gunnar.p.hjalmdahl, ulrik.lauren, Szymon Janc

---
 audio/telephony-maemo6.c |    3 +++
 audio/telephony-ofono.c  |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/audio/telephony-maemo6.c b/audio/telephony-maemo6.c
index 14d1ead..4430cc1 100644
--- a/audio/telephony-maemo6.c
+++ b/audio/telephony-maemo6.c
@@ -36,6 +36,9 @@
 #include <dbus/dbus.h>
 #include <gdbus.h>
 
+#include <bluetooth/sdp.h>
+
+#include "glib-helper.h"
 #include "log.h"
 #include "telephony.h"
 #include "error.h"
diff --git a/audio/telephony-ofono.c b/audio/telephony-ofono.c
index e72734c..26815cf 100644
--- a/audio/telephony-ofono.c
+++ b/audio/telephony-ofono.c
@@ -35,6 +35,9 @@
 #include <dbus/dbus.h>
 #include <gdbus.h>
 
+#include <bluetooth/sdp.h>
+
+#include "glib-helper.h"
 #include "log.h"
 #include "telephony.h"
 
-- 
on behalf of ST-Ericsson


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-07-27 20:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-18 11:01 [PATCH] Fix compilation with --disable-sap and glib < 2.28 Szymon Janc
2011-07-18 21:13 ` Johan Hedberg
2011-07-19  6:04   ` Szymon Janc
2011-07-27 20:05 ` Mike
2011-07-27 20:48   ` Anderson Lizardo
2011-07-27 20:56     ` Mike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox