smc_user: Add missing gcm.h include (#47)

Resolves an implicit declaration warning for gcm_decrypt_key
This commit is contained in:
Mat M 2018-02-23 19:09:55 -05:00 committed by SciresM
parent e3897bb731
commit 44a2b7a344

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"