ソースを参照

Unit test to check that we can parse NETINFO cell with unsupported address type

rl1987 7 年 前
コミット
c659603ac5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/test/test_netinfo.c

+ 1 - 1
src/test/test_netinfo.c

@@ -2,7 +2,7 @@
 /* See LICENSE for licensing information */
 /* See LICENSE for licensing information */
 
 
 #include "orconfig.h"
 #include "orconfig.h"
-#include "core/or/or.h" // XXX: is this needed?
+#include "core/or/or.h"
 #include "trunnel/netinfo.h"
 #include "trunnel/netinfo.h"
 #include "test/test.h"
 #include "test/test.h"