summaryrefslogtreecommitdiff
path: root/src/test/fuzz
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-28 14:00:00 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-28 14:00:00 -0400
commitf53d405084b1398698bb33b83b3c6c091a038602 (patch)
tree33cac3ae69d9a75200f3c0344f8845e3c6adfea9 /src/test/fuzz
parent18bc7fa70bd277d8284a8f245e54dd54b7a0c529 (diff)
downloadtor-f53d405084b1398698bb33b83b3c6c091a038602.tar.gz
tor-f53d405084b1398698bb33b83b3c6c091a038602.zip
Fix compilation.
Diffstat (limited to 'src/test/fuzz')
-rw-r--r--src/test/fuzz/fuzz_hsdescv3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/fuzz/fuzz_hsdescv3.c b/src/test/fuzz/fuzz_hsdescv3.c
index 855c0674e5..3fd21148f4 100644
--- a/src/test/fuzz/fuzz_hsdescv3.c
+++ b/src/test/fuzz/fuzz_hsdescv3.c
@@ -4,11 +4,12 @@
#define ROUTERPARSE_PRIVATE
#define HS_DESCRIPTOR_PRIVATE
+#include "or.h"
+#include "ed25519_cert.h" /* Trunnel interface. */
#include "crypto_ed25519.h"
#include "hs_descriptor.h"
#include "routerparse.h"
#include "util.h"
-#include "torcert.h"
#include "fuzzing.h"