diff options
| author | hathach <[email protected]> | 2025-03-25 17:36:15 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-03-25 17:36:15 +0700 |
| commit | 99673cdbb81b76f7020cf6aacb182ea86fdee3da (patch) | |
| tree | 20e2b549c55257e3570a3a981c06f1a1a871217c /examples/host/msc_file_explorer/src | |
| parent | 65e01fff2e7ab5302baa45bdd81a1d774e269452 (diff) | |
fix wanings
Diffstat (limited to 'examples/host/msc_file_explorer/src')
| -rw-r--r-- | examples/host/msc_file_explorer/src/msc_app.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/host/msc_file_explorer/src/msc_app.c b/examples/host/msc_file_explorer/src/msc_app.c index 226c870ea..40a9ef57e 100644 --- a/examples/host/msc_file_explorer/src/msc_app.c +++ b/examples/host/msc_file_explorer/src/msc_app.c @@ -34,6 +34,8 @@ #define EMBEDDED_CLI_IMPL #include "embedded_cli.h" +#include "msc_app.h" + //--------------------------------------------------------------------+ // MACRO TYPEDEF CONSTANT ENUM DECLARATION |
