Add stdio include to SkDebug_android.

git-svn-id: http://skia.googlecode.com/svn/trunk@11743 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bungeman@google.com 2013-10-11 19:47:36 +00:00
parent 2c8e9d40a4
commit 72e8324f0e

View File

@ -8,6 +8,7 @@
#include "SkTypes.h"
#include <stdio.h>
static const size_t kBufferSize = 256;