summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-30 20:39:24 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-30 20:39:24 +0000
commit379d6e4d1b332630f5d2549415fb3f1a75be7131 (patch)
tree1a59471788f7335d516cc2c4437f46c23bf629b8
parentc76d4d15f84056e039ac787a87b44f7c35829e4f (diff)
parent2ad8a91c21075bad0507d4d0f23df9ae69f97814 (diff)
downloadcontexthub-379d6e4d1b332630f5d2549415fb3f1a75be7131.tar.gz
Snap for 11024862 from 2ad8a91c21075bad0507d4d0f23df9ae69f97814 to simpleperf-release
Change-Id: I28543d321bfae7601f2db5936c28686d4dd1c1e1
-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>