Explorar o código

build: Fix missing include for src/rust/external/crypto_rand.rs file.

 * FIXES #26025: https://bugs.torproject.org/26025
Isis Lovecruft %!s(int64=6) %!d(string=hai) anos
pai
achega
f36656cada
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/rust/include.am

+ 1 - 0
src/rust/include.am

@@ -5,6 +5,7 @@ EXTRA_DIST +=\
 	src/rust/Cargo.lock \
 	src/rust/.cargo/config.in \
 	src/rust/external/Cargo.toml \
+	src/rust/external/crypto_rand.rs \
 	src/rust/external/external.rs \
 	src/rust/external/lib.rs \
 	src/rust/protover/Cargo.toml \