Include stdint.h for android/native_window.h

Yay, broken headers!
This commit is contained in:
Sebastian Dröge 2014-02-12 14:54:26 +01:00
parent c6bc1450c6
commit d60ef5ba44
3 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#include <string.h>
#include <stdint.h>
#include <jni.h>
#include <android/log.h>
#include <android/native_window.h>

View file

@ -1,4 +1,5 @@
#include <string.h>
#include <stdint.h>
#include <jni.h>
#include <android/log.h>
#include <android/native_window.h>

View file

@ -1,4 +1,5 @@
#include <string.h>
#include <stdint.h>
#include <jni.h>
#include <android/log.h>
#include <android/native_window.h>