commit | 456513b73e70469a896d3ae4c94787ef8d8d25b3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jun 12 22:18:05 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jun 12 22:18:05 2020 +0000 |
tree | 06c10fcd4d51c4ef476f8139471e3929a66855f2 | |
parent | 6b0900e50ac58aaa9d5ce80595050332e6cf46d8 [diff] | |
parent | 9c1fca20c31ad0442e6be8d665dedb2c419a6093 [diff] |
Merge "Include <stdbool.h> in NDK headers that use bool." into rvc-dev-plus-aosp
diff --git a/media/libaaudio/include/aaudio/AAudio.h b/media/libaaudio/include/aaudio/AAudio.h index a47f189..7aaf908 100644 --- a/media/libaaudio/include/aaudio/AAudio.h +++ b/media/libaaudio/include/aaudio/AAudio.h
@@ -29,6 +29,8 @@ #ifndef AAUDIO_AAUDIO_H #define AAUDIO_AAUDIO_H +#include <stdbool.h> +#include <stdint.h> #include <time.h> #ifdef __cplusplus