From 43dcd0eaf0d0ce3bbf696cdfb9d4c6b76d882251 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 25 Apr 2017 12:24:28 -0700 Subject: [PATCH] Add missing stdbool.h to sensor.h. This got hacked into the NDK headers ages ago, but never got upstreamed to the frameworks. Test: make checkbuild Bug: https://github.com/android-ndk/ndk/issues/370 Merged-In: Id38cbc96633c1c61de36996c2dd9e6c2331bd6e7 Change-Id: Id38cbc96633c1c61de36996c2dd9e6c2331bd6e7 --- include/android/sensor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/android/sensor.h b/include/android/sensor.h index 4a0081850f..6c12972e7a 100644 --- a/include/android/sensor.h +++ b/include/android/sensor.h @@ -48,6 +48,7 @@ * */ +#include #include #include -- 2.11.0