From ac111ee8c6fc454e9a51dfe9357e1c67603756b7 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 18 Oct 2001 03:44:06 +0000 Subject: Added netinet/in.h so that tinyproxy will compile on OpenBSD. --- src/dnscache.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/dnscache.h b/src/dnscache.h index 7c03eec..e0cdb7f 100644 --- a/src/dnscache.h +++ b/src/dnscache.h @@ -1,4 +1,4 @@ -/* $Id: dnscache.h,v 1.5 2001-08-29 03:58:39 rjkaes Exp $ +/* $Id: dnscache.h,v 1.6 2001-10-18 03:44:06 rjkaes Exp $ * * See 'dnscache.c' for a detailed description. * @@ -18,6 +18,7 @@ #ifndef _TINYPROXY_DNSCACHE_H_ #define _TINYPROXY_DNSCACHE_H_ +#include #include extern int dnscache(struct in_addr *addr, char *domain); -- cgit v1.2.3