Skip to content

Commit f602636

Browse files
committed
fix: test imports
1 parent de098b0 commit f602636

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lib/crypto/ed25519_donna/ed25519_donna_impl_base.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <assert.h>
2+
#include "../options.h"
23
#include "ed25519_donna.h"
34
#include "../memzero.h"
45

lib/crypto/monero/base58.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
// Parts of this file are originally copyright (c) 2012-2013 The Cryptonote
3232
// developers
3333

34+
#include "../options.h"
35+
3436
#if USE_MONERO
3537

3638
#include "base58.h"

0 commit comments

Comments
 (0)