jni: add missing include

This commit is contained in:
Hannes Janetzek
2013-11-23 21:10:20 +01:00
parent 7dde869f4a
commit 510c201e17
+1
View File
@@ -4,6 +4,7 @@
#include "tess.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#ifdef __ANDROID__
#include <android/log.h>