diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-11 10:13:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-09-11 10:13:57 -0400 |
commit | bf8c3164b6e879f7676374cba6628cd5a79b8cd1 (patch) | |
tree | 2e44a73a813791f9319ed3e803ec7fe380cdd5ca /src/lib/confmgt | |
parent | 41261c3b5cd505f5a601c319eb484866903814af (diff) | |
download | tor-bf8c3164b6e879f7676374cba6628cd5a79b8cd1.tar.gz tor-bf8c3164b6e879f7676374cba6628cd5a79b8cd1.zip |
Add new entries to lib/confmgt ".may_include" file
confparse.[ch] will need these; checkIncludes confirms that we have
not introduced a cycle.
Diffstat (limited to 'src/lib/confmgt')
-rw-r--r-- | src/lib/confmgt/.may_include | 2 |
1 files changed, 2 insertions, 0 deletions
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 |