From 5bba62bcde2f6a7cf35e566ab673b85aef2bdae8 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 7 Dec 2009 23:42:30 +0100 Subject: Fix the build with --enable-transaparent after conf changes. Michael --- src/transparent-proxy.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/transparent-proxy.c b/src/transparent-proxy.c index 8144e42..426db17 100644 --- a/src/transparent-proxy.c +++ b/src/transparent-proxy.c @@ -23,8 +23,6 @@ * traffic to tinyproxy for this to work properly. */ -#include "main.h" - #include "transparent-proxy.h" #include "conns.h" #include "heap.h" @@ -32,6 +30,7 @@ #include "log.h" #include "reqs.h" #include "text.h" +#include "conf.h" /* * Build a URL from parts. -- cgit v1.2.3