summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2010-07-28 16:43:08 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-07-28 16:43:08 -0700
commit31a0b956396e417bdbfee97554afb5b52d68a8ba (patch)
tree7d31fae86e3f3e35df740a1f76933d4299216661 /native
parent47cf709aa3c07d2573340187edb5e11ea75824b1 (diff)
parent3de27d5a56f4b9e3d76ac71445b33e47c635d207 (diff)
downloadframeworks_base-31a0b956396e417bdbfee97554afb5b52d68a8ba.zip
frameworks_base-31a0b956396e417bdbfee97554afb5b52d68a8ba.tar.gz
frameworks_base-31a0b956396e417bdbfee97554afb5b52d68a8ba.tar.bz2
am 3de27d5a: Merge "Add stdint.h to fix sim-eng" into gingerbread
Merge commit '3de27d5a56f4b9e3d76ac71445b33e47c635d207' into gingerbread-plus-aosp * commit '3de27d5a56f4b9e3d76ac71445b33e47c635d207': Add stdint.h to fix sim-eng
Diffstat (limited to 'native')
-rw-r--r--native/include/android/input.h1
1 files changed, 1 insertions, 0 deletions
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>