summaryrefslogtreecommitdiff
path: root/utils/LocThread.cpp
diff options
context:
space:
mode:
authorKevin Tang <zhikait@codeaurora.org>2016-04-17 12:41:42 -0700
committerKevin Tang <zhikait@codeaurora.org>2016-04-17 12:42:19 -0700
commitf41f1960c45b3c62163465352e20b28db3ab433a (patch)
tree90e1e590fce103631387093e9a17a426d086d523 /utils/LocThread.cpp
parent5573c31749e12b387d20ac1a4a76b07b070cf830 (diff)
downloadgps-f41f1960c45b3c62163465352e20b28db3ab433a.tar.gz
fixing a LE compilation issue
missing include of a head file. A late check in for Android introduced this. This blocks LE mainline switching to component model. Change-Id: Idc93f1ec9b1ccb548d3119e72ce0e3e797f2039f CRs-Fixed: 1004488
Diffstat (limited to 'utils/LocThread.cpp')
-rw-r--r--utils/LocThread.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/LocThread.cpp b/utils/LocThread.cpp
index a7fd1c8..e8e8392 100644
--- a/utils/LocThread.cpp
+++ b/utils/LocThread.cpp
@@ -29,6 +29,7 @@
#include <LocThread.h>
#include <string.h>
#include <pthread.h>
+#include <platform_lib_macros.h>
class LocThreadDelegate {
LocRunnable* mRunnable;