aboutsummaryrefslogtreecommitdiff
path: root/src/rust
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2018-05-04 22:23:17 +0000
committerIsis Lovecruft <isis@torproject.org>2018-05-04 22:23:17 +0000
commitf36656cada48a2d9f51c857d8477a8060cb89b9d (patch)
tree5ed04f4211550136743bbdfede72a9f57b2ec47d /src/rust
parentf1864ff4a1e0b36e9696c2e9521ddaa071ce627e (diff)
downloadtor-f36656cada48a2d9f51c857d8477a8060cb89b9d.tar.gz
tor-f36656cada48a2d9f51c857d8477a8060cb89b9d.zip
build: Fix missing include for src/rust/external/crypto_rand.rs file.
* FIXES #26025: https://bugs.torproject.org/26025
Diffstat (limited to 'src/rust')
-rw-r--r--src/rust/include.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rust/include.am b/src/rust/include.am
index 152ac5cc3c..3edc87e1e2 100644
--- a/src/rust/include.am
+++ b/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 \