commit | a0ae8bc5c62b12269f20cbebdb0d8614e4e8eb1a | [log] [tgz] |
---|---|---|
author | Adam Powell <adamp@google.com> | Wed Jul 28 16:56:13 2010 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jul 28 16:56:13 2010 -0700 |
tree | 13aab5c9a7962f9f3cbc2fa983e0e2ce17d73a8e | |
parent | 3de27d5a56f4b9e3d76ac71445b33e47c635d207 [diff] | |
parent | 1b088be8bb304e4ab7a1896d3ec3b9df9d9cf68e [diff] |
Merge "Fix a bug that could cause flings to last too long using a Scroller" into gingerbread
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>