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:
Neil Chen
2022-05-27 11:34:47 +08:00
parent 0a0f5762c8
commit 4e522d2bc9
@@ -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"