Browse Source

Fix compilation.

Nick Mathewson 6 years ago
parent
commit
f53d405084
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/test/fuzz/fuzz_hsdescv3.c

+ 2 - 1
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"