Add stdio include to SkDebug_android.
authorbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 11 Oct 2013 19:47:36 +0000 (19:47 +0000)
committerbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 11 Oct 2013 19:47:36 +0000 (19:47 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@11743 2bbb7eff-a529-9590-31e7-b0007b416f81

src/ports/SkDebug_android.cpp

index b9b5665..70029fb 100644 (file)
@@ -8,6 +8,7 @@
 
 
 #include "SkTypes.h"
+#include <stdio.h>
 
 static const size_t kBufferSize = 256;