Explorar o código

Fix compilation.

Nick Mathewson %!s(int64=6) %!d(string=hai) anos
pai
achega
f53d405084
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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"