diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-02 18:34:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-05 09:22:02 -0500 |
commit | 019a044e5e6586fb42a171cb98aea15a72bd5a13 (patch) | |
tree | ecef2a3f24eeed94effaad245b649aff1a50e46a /src/lib/compress/.may_include | |
parent | 207253df8d7c040840c7f4305534e6979bfc7bf7 (diff) | |
download | tor-019a044e5e6586fb42a171cb98aea15a72bd5a13.tar.gz tor-019a044e5e6586fb42a171cb98aea15a72bd5a13.zip |
Turn "compress" into a subsystem.
Diffstat (limited to 'src/lib/compress/.may_include')
-rw-r--r-- | src/lib/compress/.may_include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/compress/.may_include b/src/lib/compress/.may_include index 68fe9f1c54..4870259ec9 100644 --- a/src/lib/compress/.may_include +++ b/src/lib/compress/.may_include @@ -8,5 +8,6 @@ lib/intmath/*.h lib/log/*.h lib/malloc/*.h lib/string/*.h +lib/subsys/*.h lib/testsupport/*.h lib/thread/*.h |