summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-31 01:01:47 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-31 01:01:47 +0000
commit8dd77b88f680a1bc42b1084e9414382d19ccb63a (patch)
tree1a59471788f7335d516cc2c4437f46c23bf629b8
parent1e2f1060cc78df9c3370c57a896a4421420d94dc (diff)
parentab65bd94da765476bf7d038ab2bdb9fbd2eb8625 (diff)
downloadcontexthub-8dd77b88f680a1bc42b1084e9414382d19ccb63a.tar.gz
Snap for 11025555 from ab65bd94da765476bf7d038ab2bdb9fbd2eb8625 to 24Q1-release
Change-Id: I45918ffbca6e9c288db57ffb1e252ccbfb314d0c
-rw-r--r--contexthubhal/NanohubHidlAdapter.cpp1
-rw-r--r--contexthubhal/system_comms.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/contexthubhal/NanohubHidlAdapter.cpp b/contexthubhal/NanohubHidlAdapter.cpp
index 671d7812..669011e5 100644
--- a/contexthubhal/NanohubHidlAdapter.cpp
+++ b/contexthubhal/NanohubHidlAdapter.cpp
@@ -24,6 +24,7 @@
#include "NanohubHidlAdapter.h"
#include "nanohub_perdevice.h"
+#include <fcntl.h>
#include <inttypes.h>
#include <log/log.h>
diff --git a/contexthubhal/system_comms.cpp b/contexthubhal/system_comms.cpp
index 30106995..01824af4 100644
--- a/contexthubhal/system_comms.cpp
+++ b/contexthubhal/system_comms.cpp
@@ -31,6 +31,7 @@
#include <log/log.h>
#include <endian.h>
+#include <fcntl.h>
#include <sys/stat.h>
#include <media/stagefright/foundation/ADebug.h>