summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-30 20:59:10 -0800
committerElliott Hughes <enh@google.com>2015-01-30 20:59:10 -0800
commit9e09232f2488c3aae7b886a690cce00d9504ca96 (patch)
treefae81379f509cbbf0f342559f3ad772352293cc3
parent05e3dc512a01d81b4295c972460cf59941dc645b (diff)
downloadandroid_hardware_qcom_gps-9e09232f2488c3aae7b886a690cce00d9504ca96.tar.gz
android_hardware_qcom_gps-9e09232f2488c3aae7b886a690cce00d9504ca96.tar.bz2
android_hardware_qcom_gps-9e09232f2488c3aae7b886a690cce00d9504ca96.zip
Fix "error: 'strerror' was not declared in this scope".
Change-Id: I9b28217924eb7733da2ab0926e16075be766650b
-rw-r--r--msm8960/utils/loc_target.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/msm8960/utils/loc_target.cpp b/msm8960/utils/loc_target.cpp
index 26df4cb..3595b6a 100644
--- a/msm8960/utils/loc_target.cpp
+++ b/msm8960/utils/loc_target.cpp
@@ -29,6 +29,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>