소스 검색

Add an include to get --disable-module-dirauth happy again

Nick Mathewson 5 년 전
부모
커밋
7ed7fe230b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/feature/dircache/dircache.c

+ 1 - 0
src/feature/dircache/dircache.c

@@ -23,6 +23,7 @@
 #include "feature/nodelist/authcert.h"
 #include "feature/nodelist/networkstatus.h"
 #include "feature/nodelist/routerlist.h"
+#include "feature/relay/router.h"
 #include "feature/rend/rendcache.h"
 #include "feature/stats/geoip.h"
 #include "feature/stats/rephist.h"