summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2010-07-28 16:41:02 -0700
committerKenny Root <kroot@google.com>2010-07-28 16:41:02 -0700
commite30de4e6a312aa921633d119f2518f4b07a7effa (patch)
tree8e154eb1ce1fa9fed249409a08dd254db0b681f9 /native
parent9d90ed71ccf45bc1e422ee2abc9acf0a806b9319 (diff)
downloadframeworks_base-e30de4e6a312aa921633d119f2518f4b07a7effa.zip
frameworks_base-e30de4e6a312aa921633d119f2518f4b07a7effa.tar.gz
frameworks_base-e30de4e6a312aa921633d119f2518f4b07a7effa.tar.bz2
Add stdint.h to fix sim-eng
Change-Id: I82cebe3e769aa4db99bd758bd2f182b0d462de6f
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>