diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-04-19 14:08:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-04-19 14:08:05 -0400 |
commit | 520799f0846a2f32396fbbbea94a00fbe633c9d8 (patch) | |
tree | e1dc2877ac1972ee38244dbc09a6e49de3047655 /src/common/include.am | |
parent | 94e3555187d44d8a4c87421654a2288a3525fdc4 (diff) | |
parent | e015f7c9ccbbb6d857e23ff419528729e44fff93 (diff) | |
download | tor-520799f0846a2f32396fbbbea94a00fbe633c9d8.tar.gz tor-520799f0846a2f32396fbbbea94a00fbe633c9d8.zip |
Merge branch 'handles_squashed'
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am index f978eeeaf6..6215df7211 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -130,6 +130,7 @@ COMMONHEADERS = \ src/common/crypto_pwbox.h \ src/common/crypto_s2k.h \ src/common/di_ops.h \ + src/common/handles.h \ src/common/memarea.h \ src/common/linux_syscalls.inc \ src/common/procmon.h \ |