Browse Source

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

 * FIXES #26025: https://bugs.torproject.org/26025
Isis Lovecruft 6 years ago
parent
commit
f36656cada
1 changed files with 1 additions and 0 deletions
  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 \