Add stdint.h to fix sim-eng

Change-Id: I82cebe3e769aa4db99bd758bd2f182b0d462de6f
This commit is contained in:
Kenny Root
2010-07-28 16:41:02 -07:00
parent 9d90ed71cc
commit e30de4e6a3

View File

@@ -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>