smc_user: Add missing gcm.h include

Resolves an implicit declaration warning for gcm_decrypt_key
This commit is contained in:
Lioncash 2018-02-23 17:51:54 -05:00
parent dbf2eb7ed1
commit 82302e2a61
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -5,6 +5,7 @@
#include "utils.h"
#include "cache.h"
#include "configitem.h"
#include "gcm.h"
#include "masterkey.h"
#include "smc_api.h"
#include "smc_user.h"