summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-29 01:49:38 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-29 01:49:38 +0000
commit6a0fbc68e203058e3b7d62e95d46f2415bc3ed95 (patch)
tree9638d0be10ad12e27bbc9ea98e4ede1107db2f48 /cmds
parent2588b453fc170f0691d5c503dab2285fef6976c2 (diff)
parenta3c9d5c3982591042c7c6cb5fb7c32fbd4765832 (diff)
downloadframeworks_av-6a0fbc68e203058e3b7d62e95d46f2415bc3ed95.zip
frameworks_av-6a0fbc68e203058e3b7d62e95d46f2415bc3ed95.tar.gz
frameworks_av-6a0fbc68e203058e3b7d62e95d46f2415bc3ed95.tar.bz2
am a3c9d5c3: am 166776fb: Merge "Add missing includes."
* commit 'a3c9d5c3982591042c7c6cb5fb7c32fbd4765832': Add missing includes.
Diffstat (limited to 'cmds')
-rw-r--r--cmds/screenrecord/TextRenderer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/screenrecord/TextRenderer.cpp b/cmds/screenrecord/TextRenderer.cpp
index 6a9176b..01f73e0 100644
--- a/cmds/screenrecord/TextRenderer.cpp
+++ b/cmds/screenrecord/TextRenderer.cpp
@@ -21,6 +21,8 @@
#include "TextRenderer.h"
#include <assert.h>
+#include <malloc.h>
+#include <string.h>
namespace android {
#include "FontBitmap.h"