Merge "Add missing stdbool.h to sensor.h." am: 237249bbe1
am: 39565941e7

Change-Id: I6998be0bc0d3673045af44c008e621faaf884771
diff --git a/include/android/sensor.h b/include/android/sensor.h
index 4a00818..6c12972 100644
--- a/include/android/sensor.h
+++ b/include/android/sensor.h
@@ -48,6 +48,7 @@
  *
  */
 
+#include <stdbool.h>
 #include <sys/types.h>
 
 #include <android/looper.h>