commit | 9c1fca20c31ad0442e6be8d665dedb2c419a6093 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jun 12 09:53:12 2020 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Jun 12 13:11:50 2020 -0700 |
tree | 457d14c22345d5d4909917bdd44abef44438509d | |
parent | 27a9d4e57988c9c9e75639edc69b4fb62ddf1a07 [diff] [blame] |
Include <stdbool.h> in NDK headers that use bool. Bug: https://github.com/android/ndk/issues/1281 Test: treehugger Change-Id: Idd009254e41b8b5136bc4d2d9a49c130780f98d5
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