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
This commit is contained in:
Tom Cherry
2020-04-13 11:05:20 -07:00
parent ee8c09c78f
commit 10256e3ad8

View File

@@ -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>