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

Change-Id: I09f91502b27dabb86e8eb0425dda55c2b071eef7
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>