From 232ccc18c40f0d0302b2e21b0f67885c548f8e63 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 25 Nov 2015 09:27:52 -0500 Subject: Include netinet/in.h (if detected) in check for net/pfvar.h Patch from rubiate; fixes bug 17551. --- changes/bug17551 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug17551 (limited to 'changes') diff --git a/changes/bug17551 b/changes/bug17551 new file mode 100644 index 0000000000..27e467979e --- /dev/null +++ b/changes/bug17551 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation): + - When checking for net/pfvar.h, include netinet/in.h if possible. + This fixes transparent proxy detection on OpenBSD. Fixes bug + 17551; bugfix on 0.1.2.1-alpha. Patch from "rubiate". -- cgit v1.2.3-54-g00ecf