소스 검색

fix: test imports

xtruan 1 년 전
부모
커밋
f602636779
2개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/crypto/ed25519_donna/ed25519_donna_impl_base.c
  2. 2 0
      lib/crypto/monero/base58.c

+ 1 - 0
lib/crypto/ed25519_donna/ed25519_donna_impl_base.c

@@ -1,4 +1,5 @@
 #include <assert.h>
+#include "../options.h"
 #include "ed25519_donna.h"
 #include "../memzero.h"
 

+ 2 - 0
lib/crypto/monero/base58.c

@@ -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"