Commit 01d729cb authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Fix compilation of test_addr.c

This needs to include crypto_rand.h (which it didn't before it was
merged).
parent a0f05113
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
#define ADDRESSMAP_PRIVATE
#include "orconfig.h"
#include "or.h"
#include "crypto_rand.h"
#include "test.h"
#include "addressmap.h"
#include "log_test_helpers.h"