소스 검색

Fix compilation of test_addr.c

This needs to include crypto_rand.h (which it didn't before it was
merged).
Nick Mathewson 6 년 전
부모
커밋
01d729cbfe
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/test/test_addr.c

+ 1 - 0
src/test/test_addr.c

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