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

Commit 402bedf4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Camera: add missing stdint header"

parents f140201f 7842b647
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 <stdint.h>
#include <sys/cdefs.h>

#include "NdkCameraError.h"