commit | a49938e12586139509784ca6b937924966688eef | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Apr 01 22:09:34 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Wed Apr 01 22:09:34 2015 +0000 |
tree | 2179675c9f881e53b99ef61cc53e8cee31c91bde | |
parent | a699c75fee21a5d07d8e4969eb1d6e30ffa34c72 [diff] | |
parent | 93f7fbab77d81b28f4a66599c9f6f813e10c83da [diff] |
am 93f7fbab: am 4bf04380: am 22155474: Merge "logd: missing include for string.h" * commit '93f7fbab77d81b28f4a66599c9f6f813e10c83da': 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>