diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-05 14:45:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-05 14:45:34 -0400 |
commit | 0e4b1781f4f0135c925cd728a09cca7d7959b961 (patch) | |
tree | 885d1bed56b9ccc668fa5d1c7f8108a9117c38d4 /src/lib/container/include.am | |
parent | 3d610363eff2fe70d3775a66a97f844956480141 (diff) | |
download | tor-0e4b1781f4f0135c925cd728a09cca7d7959b961.tar.gz tor-0e4b1781f4f0135c925cd728a09cca7d7959b961.zip |
Move handles.h to src/lib/container
There might be a better place for it in the long run, but this is
the best we can think of for now.
Diffstat (limited to 'src/lib/container/include.am')
-rw-r--r-- | src/lib/container/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/container/include.am b/src/lib/container/include.am index e91ad7d1ca..e6492098b5 100644 --- a/src/lib/container/include.am +++ b/src/lib/container/include.am @@ -21,6 +21,7 @@ noinst_HEADERS += \ src/lib/container/bitarray.h \ src/lib/container/bloomfilt.h \ src/lib/container/buffers.h \ + src/lib/container/handles.h \ src/lib/container/map.h \ src/lib/container/order.h \ src/lib/container/smartlist.h |