mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-04 00:22:15 +02:00
smc_user: Add missing gcm.h include
Resolves an implicit declaration warning for gcm_decrypt_key
This commit is contained in:
parent
dbf2eb7ed1
commit
82302e2a61
@ -5,6 +5,7 @@
|
|||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "cache.h"
|
#include "cache.h"
|
||||||
#include "configitem.h"
|
#include "configitem.h"
|
||||||
|
#include "gcm.h"
|
||||||
#include "masterkey.h"
|
#include "masterkey.h"
|
||||||
#include "smc_api.h"
|
#include "smc_api.h"
|
||||||
#include "smc_user.h"
|
#include "smc_user.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user