Skip to content

Commit

Permalink
fix: test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
xtruan committed Aug 2, 2024
1 parent de098b0 commit f602636
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/crypto/ed25519_donna/ed25519_donna_impl_base.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <assert.h>
#include "../options.h"
#include "ed25519_donna.h"
#include "../memzero.h"

Expand Down
2 changes: 2 additions & 0 deletions lib/crypto/monero/base58.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
// Parts of this file are originally copyright (c) 2012-2013 The Cryptonote
// developers

#include "../options.h"

#if USE_MONERO

#include "base58.h"
Expand Down

0 comments on commit f602636

Please sign in to comment.