From 61de97e13003a5dea9917cb6e943ecd8e142b05b Mon Sep 17 00:00:00 2001 From: Kevin Tang Date: Mon, 12 Sep 2016 17:20:55 -0700 Subject: LE clean up separated utils, core, ds and loc-api-v02 from loc-hal into their own independent packages; simplified loc-pla; moved pla to the root of project; removed loc-stub. Change-Id: I373f02f9306646addf55ae90d71c4ba8e3741d09 CRs-Fixed: 2172544 --- utils/log_util.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'utils/log_util.h') diff --git a/utils/log_util.h b/utils/log_util.h index d5884b7..460d6e7 100644 --- a/utils/log_util.h +++ b/utils/log_util.h @@ -37,13 +37,14 @@ #elif defined (USE_GLIB) // LE targets with no logcat support #include +#include #include #include +#include #ifndef LOG_TAG #define LOG_TAG "GPS_UTILS" - -#endif // LOG_TAG +#endif /* LOG_TAG */ #endif /* #if defined (USE_ANDROID_LOGGING) || defined (ANDROID) */ -- cgit v1.2.3