mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
smc_user: Add missing gcm.h include (#47)
Resolves an implicit declaration warning for gcm_decrypt_key
This commit is contained in:
parent
e3897bb731
commit
44a2b7a344
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue