mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Include compat.h from natpmp-helper to fix build
This means tor_socket_t is declared.
This commit is contained in:
parent
efb7b9dec1
commit
19b4df0d46
5
changes/bug4955
Normal file
5
changes/bug4955
Normal file
@ -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!
|
||||
|
@ -23,6 +23,8 @@
|
||||
// debugging stuff
|
||||
#include <assert.h>
|
||||
|
||||
#include "compat.h"
|
||||
|
||||
#include "tor-fw-helper.h"
|
||||
#include "tor-fw-helper-natpmp.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user