diff options
Diffstat (limited to 'src/dnscache.h')
-rw-r--r-- | src/dnscache.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dnscache.h b/src/dnscache.h index e0cdb7f..046052d 100644 --- a/src/dnscache.h +++ b/src/dnscache.h @@ -1,4 +1,4 @@ -/* $Id: dnscache.h,v 1.6 2001-10-18 03:44:06 rjkaes Exp $ +/* $Id: dnscache.h,v 1.7 2001-10-25 17:02:50 rjkaes Exp $ * * See 'dnscache.c' for a detailed description. * @@ -18,8 +18,7 @@ #ifndef _TINYPROXY_DNSCACHE_H_ #define _TINYPROXY_DNSCACHE_H_ -#include <netinet/in.h> -#include <arpa/inet.h> +#include "tinyproxy.h" extern int dnscache(struct in_addr *addr, char *domain); |