mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix compilation of test_addr.c
This needs to include crypto_rand.h (which it didn't before it was merged).
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user