commit | bdb5de3ceb89a5d506cd9b6ba90504636aaea1f2 | [log] [tgz] |
---|---|---|
author | Jakub Pawlowski <jpawlowski@google.com> | Thu Oct 19 01:46:24 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 19 01:46:24 2017 +0000 |
tree | 9709ad31003b0ab92da8fdc85e9bdfd83e1a2295 | |
parent | 4d64b603db61fb53c10a6fadceca259a6e0093cc [diff] | |
parent | 61f704a28f9d984eef9ee645a6e4e761130a5609 [diff] |
Merge "Move Bluetooth headers to system/bt (2/3)" am: de21d24f05 am: 102a326b73 am: d7d9411e23 am: 61f704a28f Change-Id: Iad24988a6c39a06405f1039476d8598f0fb514e2
diff --git a/modules/camera/3_0/Metadata.cpp b/modules/camera/3_0/Metadata.cpp index 440da5f..9b8eb1d 100644 --- a/modules/camera/3_0/Metadata.cpp +++ b/modules/camera/3_0/Metadata.cpp
@@ -16,6 +16,8 @@ //#define LOG_NDEBUG 0 #define LOG_TAG "Metadata" +#include <errno.h> + #include <system/camera_metadata.h> #include <log/log.h>
diff --git a/modules/usbcamera/Metadata.cpp b/modules/usbcamera/Metadata.cpp index 78318f3..b0d2f93 100644 --- a/modules/usbcamera/Metadata.cpp +++ b/modules/usbcamera/Metadata.cpp
@@ -17,6 +17,8 @@ //#define LOG_NDEBUG 0 #define LOG_TAG "Metadata" +#include <errno.h> + #include <log/log.h> #define ATRACE_TAG (ATRACE_TAG_CAMERA | ATRACE_TAG_HAL)