summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-29 05:06:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-29 05:06:47 +0000
commit1ba57de83d1804429ae6d30d8c6ceab646457698 (patch)
tree12770d98752b27575f91a672338dc9eaabe29fb9
parent3ce5de3a19b530bbb06bdbfc93666c5307b135a2 (diff)
parentccfd464b1d7a6d45c743906c01a4f0bcf0d6163e (diff)
downloadgps-1ba57de83d1804429ae6d30d8c6ceab646457698.tar.gz
Merge "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>