Merge "Add missing includes."

This commit is contained in:
Treehugger Robot 2017-10-23 20:49:56 +00:00 committed by Gerrit Code Review
commit 74e7c2f4bd
1 changed files with 1 additions and 0 deletions

View File

@ -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>