mirror of
https://github.com/openharmony/security_device_auth.git
synced 2026-08-25 09:19:33 -04:00
Fix build warnings for huks_adapter.c
1. implicit declaration of function 'GetStoragePath' 2. expected 'const char *' but argument is of type 'int' Signed-off-by: Neil Chen <jingsi.chen@petalmail.com>
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include "hc_file.h"
|
||||
#include "hc_log.h"
|
||||
#include "hc_types.h"
|
||||
#include "hc_dev_info.h"
|
||||
#include "hks_api.h"
|
||||
#include "hks_param.h"
|
||||
#include "hks_type.h"
|
||||
|
||||
Reference in New Issue
Block a user