Skip to content

Commit

Permalink
Include <stdbool.h> in NDK headers that use bool.
Browse files Browse the repository at this point in the history
Bug: android/ndk#1281
Test: treehugger
Change-Id: Idd009254e41b8b5136bc4d2d9a49c130780f98d5
(cherry picked from commit 9c1fca2)
  • Loading branch information
enh-google authored and DanAlbert committed Dec 11, 2020
1 parent 401eafd commit 1579be2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions media/libaaudio/include/aaudio/AAudio.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
#ifndef AAUDIO_AAUDIO_H
#define AAUDIO_AAUDIO_H

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

#ifdef __cplusplus
Expand Down

0 comments on commit 1579be2

Please sign in to comment.