aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changes/bug49555
-rw-r--r--src/tools/tor-fw-helper/tor-fw-helper-natpmp.c2
2 files changed, 7 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!
+
diff --git a/src/tools/tor-fw-helper/tor-fw-helper-natpmp.c b/src/tools/tor-fw-helper/tor-fw-helper-natpmp.c
index ed79fd252..eb739db7f 100644
--- a/src/tools/tor-fw-helper/tor-fw-helper-natpmp.c
+++ b/src/tools/tor-fw-helper/tor-fw-helper-natpmp.c
@@ -23,6 +23,8 @@
// debugging stuff
#include <assert.h>
+#include "compat.h"
+
#include "tor-fw-helper.h"
#include "tor-fw-helper-natpmp.h"