commit bf8c3164b6e879f7676374cba6628cd5a79b8cd1 Author: Nick Mathewson nickm@torproject.org Date: Wed Sep 11 10:13:57 2019 -0400
Add new entries to lib/confmgt ".may_include" file
confparse.[ch] will need these; checkIncludes confirms that we have not introduced a cycle. --- src/lib/confmgt/.may_include | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/src/lib/confmgt/.may_include b/src/lib/confmgt/.may_include index d85dbf690..256413391 100644 --- a/src/lib/confmgt/.may_include +++ b/src/lib/confmgt/.may_include @@ -7,3 +7,5 @@ lib/encoding/*.h lib/log/*.h lib/malloc/*.h lib/string/*.h +lib/testsupport/*.h +ext/*.h
tor-commits@lists.torproject.org