diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-01 13:14:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-05 09:22:02 -0500 |
commit | b8c50eabfee1bd9f5ed03f8ec569cc53b980f1d1 (patch) | |
tree | 25cbee463c1409c43085db90faa2a0205a64aecd /src/lib/thread/.may_include | |
parent | 178c1821b2115972ce3c3f194d1fcbd0d75ca364 (diff) | |
download | tor-b8c50eabfee1bd9f5ed03f8ec569cc53b980f1d1.tar.gz tor-b8c50eabfee1bd9f5ed03f8ec569cc53b980f1d1.zip |
Add a subsystem for our threading support
Diffstat (limited to 'src/lib/thread/.may_include')
-rw-r--r-- | src/lib/thread/.may_include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/thread/.may_include b/src/lib/thread/.may_include index 93ad0cd734..c26a426923 100644 --- a/src/lib/thread/.may_include +++ b/src/lib/thread/.may_include @@ -2,5 +2,6 @@ orconfig.h lib/cc/*.h lib/lock/*.h lib/log/*.h +lib/subsys/*.h lib/testsupport/*.h lib/thread/*.h |