All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix include paths for health plugin.
@ 2011-03-31 18:08 Jaikumar Ganesh
  2011-04-01 13:44 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Jaikumar Ganesh @ 2011-03-31 18:08 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Jaikumar Ganesh

Fix the include path of l2cap.h and sdp_lib.h
---
 health/hdp.c      |    2 +-
 health/hdp_util.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/health/hdp.c b/health/hdp.c
index 7fed483..6f2c89d 100644
--- a/health/hdp.c
+++ b/health/hdp.c
@@ -37,7 +37,7 @@
 #include <mcap.h>
 #include <btio.h>
 #include <mcap_lib.h>
-#include <l2cap.h>
+#include <bluetooth/l2cap.h>
 #include <sdpd.h>
 #include "../src/dbus-common.h"
 #include <unistd.h>
diff --git a/health/hdp_util.c b/health/hdp_util.c
index aefe5f9..9ccb648 100644
--- a/health/hdp_util.c
+++ b/health/hdp_util.c
@@ -34,7 +34,7 @@
 #include <hdp.h>
 
 #include <sdpd.h>
-#include <sdp_lib.h>
+#include <bluetooth/sdp_lib.h>
 #include <glib-helper.h>
 
 #include <btio.h>
-- 
1.7.3.1


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

end of thread, other threads:[~2011-04-01 13:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-31 18:08 [PATCH] Fix include paths for health plugin Jaikumar Ganesh
2011-04-01 13:44 ` Johan Hedberg

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.