diff options
author | Michael Adam <obnox@samba.org> | 2009-12-07 23:42:30 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-07 23:42:55 +0100 |
commit | 5bba62bcde2f6a7cf35e566ab673b85aef2bdae8 (patch) | |
tree | 54bc74b250d0abb1b8a87b3ed0cae520a8b4ed8a | |
parent | 0ba5cbea4f94530b53b85e576081dd626c0525d0 (diff) | |
download | tinyproxy-5bba62bcde2f6a7cf35e566ab673b85aef2bdae8.tar.gz tinyproxy-5bba62bcde2f6a7cf35e566ab673b85aef2bdae8.zip |
Fix the build with --enable-transaparent after conf changes.
Michael
Diffstat (limited to '')
-rw-r--r-- | src/transparent-proxy.c | 3 |
1 files changed, 1 insertions, 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. |