commit | 3b2e4db8676d6afd2fb9a09f02c37159163b5bc1 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Apr 01 19:27:08 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Apr 01 19:27:09 2015 +0000 |
tree | 5a87313c11ed1dc018f5ed6464ae4060a3a03317 | |
parent | f114ab82ed181847fd177b4c2bdfccb780915c41 [diff] | |
parent | 56116e7b894f5b5531ccc48282ea92a2269eed83 [diff] |
Merge "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>