From bf8c3164b6e879f7676374cba6628cd5a79b8cd1 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 11 Sep 2019 10:13:57 -0400 Subject: [PATCH] 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 d85dbf6904..2564133917 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