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

* FIXES #26025: https://bugs.torproject.org/26025
This commit is contained in:
Isis Lovecruft 2018-05-04 22:23:17 +00:00
parent f1864ff4a1
commit f36656cada
No known key found for this signature in database
GPG Key ID: B8938BC5E86C046F
1 changed files with 1 additions and 0 deletions

View File

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