From 19b4df0d46a15c72411b2ce9a03138c94c484104 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Tue, 14 Feb 2012 21:53:50 +0100 Subject: Include compat.h from natpmp-helper to fix build This means tor_socket_t is declared. --- src/tools/tor-fw-helper/tor-fw-helper-natpmp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tools/tor-fw-helper') 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 +#include "compat.h" + #include "tor-fw-helper.h" #include "tor-fw-helper-natpmp.h" -- cgit v1.2.3