summaryrefslogtreecommitdiffstats
path: root/logd/LogStatistics.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-28 22:08:15 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-28 22:08:15 +0000
commitd2ac374909f1331116c790f5469cdd0c9693e3fc (patch)
tree5e20a9e96a79d006afb329ec47935a8d5ff577aa /logd/LogStatistics.cpp
parent519ec1aab8b65e1be65a27c5aec6bfb5e8de4704 (diff)
parent2e14f61731adbb1f0d0d54bab82bc2f0ecee6a11 (diff)
downloadcore-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.cpp1
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>