Return-Path: From: Jaikumar Ganesh To: linux-bluetooth@vger.kernel.org Cc: Jaikumar Ganesh Subject: [PATCH] Fix include paths for health plugin. Date: Thu, 31 Mar 2011 11:08:04 -0700 Message-Id: <1301594884-5730-1-git-send-email-jaikumar@google.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: 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 #include #include -#include +#include #include #include "../src/dbus-common.h" #include 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 #include -#include +#include #include #include -- 1.7.3.1