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

Commit 0470f03d authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

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

parents ec49ef40 9dafdd6a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#ifndef _NDK_CAMERA_METADATA_H
#define _NDK_CAMERA_METADATA_H

#include <stdbool.h>
#include <stdint.h>
#include <sys/cdefs.h>

+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#ifndef _NDK_MEDIA_EXTRACTOR_H
#define _NDK_MEDIA_EXTRACTOR_H

#include <stdbool.h>
#include <sys/cdefs.h>
#include <sys/types.h>

+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#ifndef _NDK_MEDIA_FORMAT_H
#define _NDK_MEDIA_FORMAT_H

#include <stdbool.h>
#include <sys/cdefs.h>
#include <sys/types.h>