diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-09-08 17:14:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-09-08 17:14:07 -0400 |
commit | a0a855d586d99540277014ccd3c85592487a69a4 (patch) | |
tree | d7191658a9c4780ed499af26b40d90ff6f26b329 /src/test/test.c | |
parent | c7113e702b7e0ad1f33eb72cc8fffc5f26d0ae64 (diff) | |
download | tor-a0a855d586d99540277014ccd3c85592487a69a4.tar.gz tor-a0a855d586d99540277014ccd3c85592487a69a4.zip |
Fix unit tests with --disable-curve25519
Diffstat (limited to 'src/test/test.c')
-rw-r--r-- | src/test/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c index 21d035647d..6b45acf404 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -53,6 +53,7 @@ double fabs(double x); #include "mempool.h" #include "memarea.h" #include "onion.h" +#include "onion_ntor.h" #include "onion_tap.h" #include "policies.h" #include "rephist.h" |