summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-29 16:46:29 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-29 16:46:29 +0000
commitc3e0eb7c6cfac7c3468260ef9cf17c7e0248a561 (patch)
treee504c6df9d3d7ae0ddbc9f0c7b0157e20d28d258
parent5d1b68b54cf607195eb3d28ca189f63d2ee374bf (diff)
parent1ba57de83d1804429ae6d30d8c6ceab646457698 (diff)
downloadgps-c3e0eb7c6cfac7c3468260ef9cf17c7e0248a561.tar.gz
am 1ba57de8: Merge "Add missing <string.h> include."
* commit '1ba57de83d1804429ae6d30d8c6ceab646457698': Add missing <string.h> include.
-rw-r--r--utils/loc_target.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/loc_target.cpp b/utils/loc_target.cpp
index d46747a..45bd04d 100644
--- a/utils/loc_target.cpp
+++ b/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>