commit | 5e3479c296b0ddbebfdf0675ef9355882523f9fb | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jun 12 22:41:43 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 12 22:41:43 2020 +0000 |
tree | 06c10fcd4d51c4ef476f8139471e3929a66855f2 | |
parent | ff1c3cc633c1497e49e6d3eb5f4b9e30330b28bb [diff] | |
parent | cdceadbd056300a05415c0b36ce85aa9591fab48 [diff] |
Merge "Include <stdbool.h> in NDK headers that use bool." into rvc-dev-plus-aosp am: 456513b73e am: cdceadbd05 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/11851227 Change-Id: I190f107be440ccf933a142d9bd2b20111c716a2e
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