summaryrefslogtreecommitdiff
path: root/utils/linked_list.c
diff options
context:
space:
mode:
authorSatheesh Jayakumar <sjayakum@codeaurora.org>2013-05-07 09:25:21 -0700
committerSatheesh Jayakumar <sjayakum@codeaurora.org>2013-07-03 17:08:14 -0700
commit0590a64deb4ec63a27b779ae6bec91b2ae6eb980 (patch)
treebfd5e7b3734d305cbe1b0f478041a230e20a7e8f /utils/linked_list.c
parent18875a4f8a3a84711e244c349e287d6510382528 (diff)
downloadgps-0590a64deb4ec63a27b779ae6bec91b2ae6eb980.tar.gz
hardware/qcom/gps: Porting HAL and Loc API 2.0
- Wrote makefiles, config and other files - Made code changes to minimize android dependencies Change-Id: I350de6378684f5db81a36cc4c6d014c5a8189d4c
Diffstat (limited to 'utils/linked_list.c')
-rw-r--r--utils/linked_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/linked_list.c b/utils/linked_list.c
index 31ec52d..92617fe 100644
--- a/utils/linked_list.c
+++ b/utils/linked_list.c
@@ -32,7 +32,7 @@
#define LOG_TAG "LocSvc_utils_ll"
#include "log_util.h"
-
+#include "platform_lib_includes.h"
#include <stdlib.h>
#include <stdint.h>