diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-01 09:24:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-01 09:24:22 -0400 |
commit | 9b24609af003cb79091e628c179cf617ff41aae7 (patch) | |
tree | 4a8b27749380d233a0fb150d46659dd52afa4176 /src/lib/net/.may_include | |
parent | 2884639ad63583d2a5a3dd14185c77212e566b5f (diff) | |
download | tor-9b24609af003cb79091e628c179cf617ff41aae7.tar.gz tor-9b24609af003cb79091e628c179cf617ff41aae7.zip |
Remove dependency from socketpair.c on address.h
Also refactor some annoying code in tor_ersatz_socketpair.
Diffstat (limited to 'src/lib/net/.may_include')
-rw-r--r-- | src/lib/net/.may_include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/net/.may_include b/src/lib/net/.may_include index 1458dad990..13b209bbed 100644 --- a/src/lib/net/.may_include +++ b/src/lib/net/.may_include @@ -2,6 +2,7 @@ orconfig.h siphash.h ht.h +lib/arch/*.h lib/cc/*.h lib/container/*.h lib/ctime/*.h |