From 73b1ff1b1ab2699f211ad8f7bfeeda178dd2d274 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Wed, 26 Apr 2000 16:31:29 +0000 Subject: Reorganized (or added) the #include line so tinyproxy would compile cleanly on FreeBSD systems. --- src/dnscache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dnscache.c') diff --git a/src/dnscache.c b/src/dnscache.c index 76043a2..9bc8184 100644 --- a/src/dnscache.c +++ b/src/dnscache.c @@ -1,4 +1,4 @@ -/* $Id: dnscache.c,v 1.3 2000-03-29 16:18:05 rjkaes Exp $ +/* $Id: dnscache.c,v 1.4 2000-04-26 16:31:29 rjkaes Exp $ * * This is a caching DNS system. When a host name is needed we look it up here * and see if there is already an answer for it. The domains are placed in a @@ -28,12 +28,12 @@ #include #include #include +#include #include #include #include #include #include -#include #include "utils.h" #include "dnscache.h" -- cgit v1.2.3