diff options
author | Isis Lovecruft <isis@torproject.org> | 2018-05-04 22:23:17 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2018-05-04 22:23:17 +0000 |
commit | f36656cada48a2d9f51c857d8477a8060cb89b9d (patch) | |
tree | 5ed04f4211550136743bbdfede72a9f57b2ec47d /src/rust/include.am | |
parent | f1864ff4a1e0b36e9696c2e9521ddaa071ce627e (diff) | |
download | tor-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/include.am')
-rw-r--r-- | src/rust/include.am | 1 |
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 \ |