aboutsummaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2012-02-14 21:53:50 +0100
committerSebastian Hahn <sebastian@torproject.org>2012-02-14 23:36:39 +0100
commit19b4df0d46a15c72411b2ce9a03138c94c484104 (patch)
tree34cce5e7140dcc1b8ec456b9600878edbe843bfc /src/tools
parentefb7b9dec135594718b765234bc1f745855f60d2 (diff)
downloadtor-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 'src/tools')
-rw-r--r--src/tools/tor-fw-helper/tor-fw-helper-natpmp.c2
1 files changed, 2 insertions, 0 deletions
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"