diff options
author | Neel Chauhan <neel@neelc.org> | 2018-07-10 12:15:49 -0400 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2018-07-10 12:32:14 -0400 |
commit | 6d58c20d944b7b9056fc260f29452d2627b3e9f5 (patch) | |
tree | b6b07a73b1be9955ad7c0ca02deada797915519a /changes | |
parent | 3145e469d8d72ccc2a4e9317c83331df7cc29803 (diff) | |
download | tor-6d58c20d944b7b9056fc260f29452d2627b3e9f5.tar.gz tor-6d58c20d944b7b9056fc260f29452d2627b3e9f5.zip |
Fix build on FreeBSD post-refactor
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26715 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug26715 b/changes/bug26715 new file mode 100644 index 0000000000..85fc9d1ed4 --- /dev/null +++ b/changes/bug26715 @@ -0,0 +1,5 @@ + o Major bugfixes (compilation): + - Include additional headers in connection_edge.c and ipv6.h in order + to build correctly on FreeBSD post-refactor. Fixes bug 26715; bugfix + on 0.3.5.1-alpha. Patch by Neel Chauhan. + |