summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2015-10-23 06:33:47 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2015-10-26 09:01:41 (GMT)
commiteca40f557d9790a015ebf509c793389d6de2664d (patch)
tree897de354a7d459e86ed739d95fd313864b286d32
parentd0c1927d112692ae1145867f21d5a4ab66226305 (diff)
downloadSubTitle-eca40f557d9790a015ebf509c793389d6de2664d.zip
SubTitle-eca40f557d9790a015ebf509c793389d6de2664d.tar.gz
SubTitle-eca40f557d9790a015ebf509c793389d6de2664d.tar.bz2
modify for compile error
Change-Id: Ieac924af8302621ba0a476af4d0874d9062b5eb0
Diffstat
-rw-r--r--jni/subtitle/MemoryLeakTrackUtilTmp.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/jni/subtitle/MemoryLeakTrackUtilTmp.cpp b/jni/subtitle/MemoryLeakTrackUtilTmp.cpp
index 2a085bc..d2a9377 100644
--- a/jni/subtitle/MemoryLeakTrackUtilTmp.cpp
+++ b/jni/subtitle/MemoryLeakTrackUtilTmp.cpp
@@ -18,9 +18,11 @@
#include <MemoryLeakTrackUtilTmp.h>
+#include <malloc.h>
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
+#include <string.h>
#include <utils/Log.h>