aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-09-08 17:14:07 -0400
committerNick Mathewson <nickm@torproject.org>2013-09-08 17:14:07 -0400
commita0a855d586d99540277014ccd3c85592487a69a4 (patch)
treed7191658a9c4780ed499af26b40d90ff6f26b329 /src/test/test.c
parentc7113e702b7e0ad1f33eb72cc8fffc5f26d0ae64 (diff)
downloadtor-a0a855d586d99540277014ccd3c85592487a69a4.tar
tor-a0a855d586d99540277014ccd3c85592487a69a4.tar.gz
Fix unit tests with --disable-curve25519
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 21d035647..6b45acf40 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"