commit | 05992673e6789484e9fa1e33cc80805ecbafe366 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Oct 12 13:32:56 2017 -0700 |
committer | Dan Albert <danalbert@google.com> | Thu Oct 12 13:32:56 2017 -0700 |
tree | 1b46c5409f5d7791deaf94a88ccea71de10353d7 | |
parent | 6bfc8395fcdbc4927899cca2867ee988ac6c81cf [diff] |
Add missing includes. Change-Id: If59de7478ce1ed6cc62adb76fc5e244506e69afe Exempt-From-Owner-Approval: trivial cleanup Test: mma Bug: None
diff --git a/trusty/keymaster/trusty_keymaster_device.cpp b/trusty/keymaster/trusty_keymaster_device.cpp index 55a03bd..b8c2032 100644 --- a/trusty/keymaster/trusty_keymaster_device.cpp +++ b/trusty/keymaster/trusty_keymaster_device.cpp
@@ -17,6 +17,7 @@ #define LOG_TAG "TrustyKeymaster" #include <assert.h> +#include <errno.h> #include <openssl/evp.h> #include <openssl/x509.h> #include <stddef.h>