diff options
author | Kenny Root <kroot@google.com> | 2010-07-28 16:44:56 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-07-28 16:44:56 -0700 |
commit | 48555f8f09c87224e312554b6b771ee30da6a435 (patch) | |
tree | 2a364c1621b34ec80d6852904328d30f84d96df8 /native | |
parent | fc8ae40da05519ed71988e78547fb3c95ee951dc (diff) | |
parent | 31a0b956396e417bdbfee97554afb5b52d68a8ba (diff) | |
download | frameworks_base-48555f8f09c87224e312554b6b771ee30da6a435.zip frameworks_base-48555f8f09c87224e312554b6b771ee30da6a435.tar.gz frameworks_base-48555f8f09c87224e312554b6b771ee30da6a435.tar.bz2 |
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
Diffstat (limited to 'native')
-rw-r--r-- | native/include/android/input.h | 1 |
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> |