mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 15:58:43 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user