Include stdint.h for android/native_window.h
authorSebastian Dröge <sebastian@centricular.com>
Wed, 12 Feb 2014 13:54:26 +0000 (14:54 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 12 Feb 2014 13:54:26 +0000 (14:54 +0100)
Yay, broken headers!

gst-sdk/tutorials/android-tutorial-3/jni/tutorial-3.c
gst-sdk/tutorials/android-tutorial-4/jni/tutorial-4.c
gst-sdk/tutorials/android-tutorial-5/jni/tutorial-5.c

index 10b89b7..d6bb427 100644 (file)
@@ -1,4 +1,5 @@
 #include <string.h>
+#include <stdint.h>
 #include <jni.h>
 #include <android/log.h>
 #include <android/native_window.h>
index 648030a..192ae9a 100644 (file)
@@ -1,4 +1,5 @@
 #include <string.h>\r
+#include <stdint.h>\r
 #include <jni.h>\r
 #include <android/log.h>\r
 #include <android/native_window.h>\r
index 78dea64..285b497 100755 (executable)
@@ -1,4 +1,5 @@
 #include <string.h>
+#include <stdint.h>
 #include <jni.h>
 #include <android/log.h>
 #include <android/native_window.h>