commit | 08870b83c9f3e6c27e9f75f31c212a1bb3cf6cb1 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Apr 01 19:38:05 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Wed Apr 01 19:38:05 2015 +0000 |
tree | a20ae75e8954c4ef9d98d291720951824b57e898 | |
parent | 4f87b20bc7e57a39b84c2d47f86be55878925a7e [diff] | |
parent | 3b2e4db8676d6afd2fb9a09f02c37159163b5bc1 [diff] |
am 22155474: Merge "logd: missing include for string.h" * commit '221554749337a9c961c192596be5eb4e42083733': logd: missing include for string.h
diff --git a/logd/LogCommand.cpp b/logd/LogCommand.cpp index e4c138e..b78c0e0 100644 --- a/logd/LogCommand.cpp +++ b/logd/LogCommand.cpp
@@ -17,6 +17,7 @@ #include <errno.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <private/android_filesystem_config.h>