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

Commit 456513b7 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android (Google) Code Review
Browse files

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

parents 6b0900e5 9c1fca20
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