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

Commit 10256e3a authored by Tom Cherry's avatar Tom Cherry
Browse files

Include what you use: <fcntl.h>

This was transitively included, but no longer is, so it must be
explicitly included.

Exempt-From-Owner-Approval: Janitorial
Test: build
Change-Id: I48d318c53cbfb76849f987029b0c8e775f576496
parent ee8c09c7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -15,6 +15,9 @@
 */

#define LOG_TAG "CamDev@1.0-impl"

#include <fcntl.h>

#include <hardware/camera.h>
#include <hardware/gralloc1.h>
#include <hidlmemory/mapping.h>