am 31a0b956: am 3de27d5a: Merge "Add stdint.h to fix sim-eng" into gingerbread

Merge commit '31a0b956396e417bdbfee97554afb5b52d68a8ba'

* commit '31a0b956396e417bdbfee97554afb5b52d68a8ba':
  Add stdint.h to fix sim-eng
diff --git a/native/include/android/input.h b/native/include/android/input.h
index 9883ac70..243c33c 100644
--- a/native/include/android/input.h
+++ b/native/include/android/input.h
@@ -40,6 +40,7 @@
  * NOTE: These functions MUST be implemented by /system/lib/libui.so
  */
 
+#include <stdint.h>
 #include <sys/types.h>
 #include <android/keycodes.h>
 #include <android/looper.h>