diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-28 11:39:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-28 11:39:49 -0400 |
commit | 48ebd9bf76a0e5ff60b88f8906919016de82e819 (patch) | |
tree | 76047a0a4227be696a54987d7d6f4430ec4597e3 /src/test/test_workqueue.c | |
parent | aa3edfd2053bb418907f204e171ae8f7e78c30eb (diff) | |
download | tor-48ebd9bf76a0e5ff60b88f8906919016de82e819.tar.gz tor-48ebd9bf76a0e5ff60b88f8906919016de82e819.zip |
Move weakrng into lib/intmath
Diffstat (limited to 'src/test/test_workqueue.c')
-rw-r--r-- | src/test/test_workqueue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_workqueue.c b/src/test/test_workqueue.c index 5cda99b58e..dda724b78b 100644 --- a/src/test/test_workqueue.c +++ b/src/test/test_workqueue.c @@ -11,6 +11,7 @@ #include "lib/crypt_ops/crypto_rand.h" #include "lib/net/alertsock.h" #include "common/compat_libevent.h" +#include "lib/intmath/weakrng.h" #include <stdio.h> |