From 7b4e52d119674756ee145677c37531975cf52736 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 12 Apr 2000 21:25:10 +0000 Subject: [PATCH] include dns/rbt.h --- lib/dns/compress.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/dns/compress.c b/lib/dns/compress.c index 2a032b57ee..238dc0283b 100644 --- a/lib/dns/compress.c +++ b/lib/dns/compress.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: compress.c,v 1.23 2000/04/06 22:01:50 explorer Exp $ */ +/* $Id: compress.c,v 1.24 2000/04/12 21:25:10 tale Exp $ */ #include #include @@ -26,6 +26,7 @@ #include #include +#include #define CCTX_MAGIC 0x43435458U /* CCTX */ #define VALID_CCTX(x) ((x) != NULL && (x)->magic == CCTX_MAGIC)