| commit | 9e83fbfd145933d542db91cf94363089d28936b6 | [log] [tgz] |
|---|---|---|
| author | Dan Albert <danalbert@google.com> | Wed Apr 26 18:33:31 2017 +0000 |
| committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Apr 26 18:33:32 2017 +0000 |
| tree | 504a7b355ad58c932b91258e57e7863df4582a9e | |
| parent | 3bba6805d55d9d2890181e37d2a68317f33795a4 [diff] | |
| parent | 8f860fdf256e4a64a0450ba92982ef78aea3416a [diff] |
Merge "Add missing stdbool.h to sensor.h."
diff --git a/include/android/sensor.h b/include/android/sensor.h index cdb3fff..97b4a2a 100644 --- a/include/android/sensor.h +++ b/include/android/sensor.h
@@ -50,6 +50,7 @@ #include <android/looper.h> +#include <stdbool.h> #include <sys/types.h> #include <math.h> #include <stdint.h>