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

Commit 9c1fca20 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

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

Bug: https://github.com/android/ndk/issues/1281
Test: treehugger
Change-Id: Idd009254e41b8b5136bc4d2d9a49c130780f98d5
parent 27a9d4e5
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