diff options
author | Elliott Hughes <enh@google.com> | 2015-01-28 22:08:15 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-01-28 22:08:15 +0000 |
commit | d2ac374909f1331116c790f5469cdd0c9693e3fc (patch) | |
tree | 5e20a9e96a79d006afb329ec47935a8d5ff577aa /logd/LogStatistics.cpp | |
parent | 519ec1aab8b65e1be65a27c5aec6bfb5e8de4704 (diff) | |
parent | 2e14f61731adbb1f0d0d54bab82bc2f0ecee6a11 (diff) | |
download | core-d2ac374909f1331116c790f5469cdd0c9693e3fc.tar.gz core-d2ac374909f1331116c790f5469cdd0c9693e3fc.tar.bz2 core-d2ac374909f1331116c790f5469cdd0c9693e3fc.zip |
am 2e14f617: am 06b4e982: Merge "Add missing <malloc.h> and <string.h> includes."
* commit '2e14f61731adbb1f0d0d54bab82bc2f0ecee6a11':
Add missing <malloc.h> and <string.h> includes.
Diffstat (limited to 'logd/LogStatistics.cpp')
-rw-r--r-- | logd/LogStatistics.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logd/LogStatistics.cpp b/logd/LogStatistics.cpp index 6f3a08869..53036e669 100644 --- a/logd/LogStatistics.cpp +++ b/logd/LogStatistics.cpp @@ -15,6 +15,7 @@ */ #include <fcntl.h> +#include <malloc.h> #include <stdarg.h> #include <time.h> |