Fix build with sensor.h

include stdbool.h to define bool for sensor.h

Change-Id: Ic7f57f098f2114b255db0d89fae8c5d16d7c59de
This commit is contained in:
Andrew Hsieh
2014-09-04 20:11:46 -07:00
parent 45b3c498c4
commit c6d393c1b2

View File

@@ -41,6 +41,7 @@
*/
#include <sys/types.h>
#include <stdbool.h>
#include <android/looper.h>