From 4ffb3bf4d4b7e6221fbe5abc795eb4d532f14e37 Mon Sep 17 00:00:00 2001 From: Jaikumar Ganesh Date: Thu, 31 Mar 2011 11:08:04 -0700 Subject: [PATCH] Fix include paths for health plugin 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 7fed483f2..6f2c89d89 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 aefe5f93d..9ccb648cf 100644 --- a/health/hdp_util.c +++ b/health/hdp_util.c @@ -34,7 +34,7 @@ #include #include -#include +#include #include #include -- 2.47.3