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:
Nick Mathewson 2018-05-08 20:20:54 -04:00
parent a0f051137d
commit 01d729cbfe

View file

@ -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"