jni: add missing include

This commit is contained in:
Hannes Janetzek
2013-09-20 16:28:36 +02:00
parent 7dde869f4a
commit 510c201e17

View File

@@ -4,6 +4,7 @@
#include "tess.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#ifdef __ANDROID__
#include <android/log.h>