From e4cebb76c5577b1a39b752cc694147e929662c4a Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Sat, 10 Dec 2011 03:25:40 +0100 Subject: Fix compilation of natpmp-helper on non-windows Fixes a small oversight in 5dbfb1b3e0efc95be34ba7d69852511c9bac1f4b. --- src/tools/tor-fw-helper/tor-fw-helper-natpmp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tools/tor-fw-helper/tor-fw-helper-natpmp.c') 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 aaa685e1ee..2380b141df 100644 --- a/src/tools/tor-fw-helper/tor-fw-helper-natpmp.c +++ b/src/tools/tor-fw-helper/tor-fw-helper-natpmp.c @@ -16,6 +16,9 @@ #include #include #include +#ifndef MS_WINDOWS +#include +#endif // debugging stuff #include -- cgit v1.2.3-54-g00ecf