commit | 613a336674b33887145ba72d074bb71d3ad4b037 | [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 | 183386a5872439b95d5b1472f9967999a2b681c9 [diff] | |
parent | 67b8675e264418acaa06121d275038f8b1c503be [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>