commit | 53a72237d57daae5b6cfdf1d5158e739eedff9bd | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Tue Oct 17 16:26:33 2017 -0700 |
committer | Dan Albert <danalbert@google.com> | Tue Oct 17 16:26:38 2017 -0700 |
tree | 706ebd34670af55e68a2823213457db872c3652b | |
parent | 8e7932006b203a8b1b29d1f7a675a0cef1ae8789 [diff] |
Add missing includes. Exempt-From-Owner-Approval: trivial cleanup Test: mma Bug: None Change-Id: Ieb452cc9ea6ffc600873562aa37a1e3fc031dd98
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>