Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e3479c2 authored by Elliott Hughes's avatar Elliott Hughes Committed by Automerger Merge Worker
Browse files

Merge "Include <stdbool.h> in NDK headers that use bool." into...

Merge "Include <stdbool.h> in NDK headers that use bool." into rvc-dev-plus-aosp am: 456513b7 am: cdceadbd

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/11851227

Change-Id: I190f107be440ccf933a142d9bd2b20111c716a2e
parents ff1c3cc6 cdceadbd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@
#ifndef AAUDIO_AAUDIO_H
#define AAUDIO_AAUDIO_H

#include <stdbool.h>
#include <stdint.h>
#include <time.h>

#ifdef __cplusplus