From 98aa28ac8799d5d69687c1205beeef4441d25b4d Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 1 Nov 2010 17:48:43 +0000 Subject: Fix problems with the build of IP_TRANSPARENT support. --- common/spio.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common/spio.c b/common/spio.c index d5c52ae..01993fb 100644 --- a/common/spio.c +++ b/common/spio.c @@ -47,6 +47,13 @@ #include #include +#include + +#ifdef HAVE_IP_TRANSPARENT +#include +#include +#endif + #include #include #include -- cgit v1.2.3