diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2012-02-14 21:53:50 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2012-02-14 23:36:39 +0100 |
commit | 19b4df0d46a15c72411b2ce9a03138c94c484104 (patch) | |
tree | 34cce5e7140dcc1b8ec456b9600878edbe843bfc /changes | |
parent | efb7b9dec135594718b765234bc1f745855f60d2 (diff) | |
download | tor-19b4df0d46a15c72411b2ce9a03138c94c484104.tar tor-19b4df0d46a15c72411b2ce9a03138c94c484104.tar.gz |
Include compat.h from natpmp-helper to fix build
This means tor_socket_t is declared.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4955 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug4955 b/changes/bug4955 new file mode 100644 index 000000000..60896ae11 --- /dev/null +++ b/changes/bug4955 @@ -0,0 +1,5 @@ + o Major bugfixes: + - Fix the build when built with nat-pmp support. Fixes bug 4955; + bugfix on 0.2.3.11-alpha. Reported by Anthony G. Basile + <blueness@gentoo.org>, thanks! + |