commit | 237249bbe11c4a963e5711e15f20f70b0ed40728 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Apr 26 18:34:14 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Apr 26 18:34:16 2017 +0000 |
tree | 88d8c688f0df0a33fbcdbee0dfb957f726afcd16 | |
parent | c6a6fd0516972fcca3b947a3584092e9c4c00e90 [diff] | |
parent | 43dcd0eaf0d0ce3bbf696cdfb9d4c6b76d882251 [diff] |
Merge "Add missing stdbool.h to sensor.h."
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>