Skip to content

Commit 5a448db

Browse files
Merge pull request #530 from LedgerHQ/fix/apa/extra_tokens_build
Fix broken build for chains with extra tokens (testnets)
2 parents c689024 + bb23e7b commit 5a448db

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/extra_tokens.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
#pragma once
1919

20+
#include "asset_info.h"
21+
2022
#ifdef HAVE_TOKENS_EXTRA_LIST
2123

2224
#define NUM_TOKENS_EXTRA 8

src_features/provideErc20TokenInformation/cmd_provideTokenInfo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "public_keys.h"
44
#include "common_ui.h"
55
#include "os_io_seproxyhal.h"
6+
#include "extra_tokens.h"
67
#include "network.h"
78

89
#ifdef HAVE_CONTRACT_NAME_IN_DESCRIPTOR

0 commit comments

Comments
 (0)