Linux bluetooth development
 help / color / mirror / Atom feed
From: Jaikumar Ganesh <jaikumar@google.com>
To: linux-bluetooth@vger.kernel.org
Cc: Jaikumar Ganesh <jaikumar@google.com>
Subject: [PATCH] Fix include paths for health plugin.
Date: Thu, 31 Mar 2011 11:08:04 -0700	[thread overview]
Message-ID: <1301594884-5730-1-git-send-email-jaikumar@google.com> (raw)

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


             reply	other threads:[~2011-03-31 18:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-31 18:08 Jaikumar Ganesh [this message]
2011-04-01 13:44 ` [PATCH] Fix include paths for health plugin Johan Hedberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1301594884-5730-1-git-send-email-jaikumar@google.com \
    --to=jaikumar@google.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox