commit | 63d65772a54b35fd0bba3e4c4f08e35f5087997d | [log] [tgz] |
---|---|---|
author | Nolen Johnson <[email protected]> | Mon Oct 30 20:49:40 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Oct 30 20:49:40 2023 +0000 |
tree | 1a59471788f7335d516cc2c4437f46c23bf629b8 | |
parent | 9e28b86ecc38c70a6c32d720e3319be0147f19f1 [diff] | |
parent | 0ed308dfffcf110e4c053f9a56761d00af7ccdba [diff] |
contexthub-nano: Include headers for 4.4 kernels am: 2ad8a91c21 am: b8cb1a2a4c am: 0ed308dfff Original change: https://android-review.googlesource.com/c/device/google/contexthub/+/2781288 Change-Id: Ice3a00a742a53f1288096f535a7b0e281a1b13d6 Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/contexthubhal/NanohubHidlAdapter.cpp b/contexthubhal/NanohubHidlAdapter.cpp index 671d781..669011e 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 3010699..01824af 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>