Merge "Add stdint.h to fix sim-eng" into gingerbread

This commit is contained in:
Kenny Root
2010-07-28 16:41:49 -07:00
committed by Android (Google) Code Review

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>