Skip to content

Commit 76f0fe8

Browse files
committed
fix file adapter
1 parent f6a4184 commit 76f0fe8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adapter/agile_upgrade_file.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file agile_upgrade_file.c
33
* @brief Agile Upgrade 软件包 file 适配源文件
44
* @author 马龙伟 ([email protected])
5-
* @date 2022-08-30
5+
* @date 2023-01-03
66
*
77
* @attention
88
*
@@ -14,6 +14,7 @@
1414
#include "agile_upgrade.h"
1515
#include "agile_upgrade_def.h"
1616
#include <stdlib.h>
17+
#include <stdio.h>
1718

1819
#ifdef AGILE_UPGRADE_ENABLE_FILE
1920

0 commit comments

Comments
 (0)