From 5a788b17a48a2a3963af3719d5b19c7997ddccab Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 13 Jul 1999 17:26:07 +0000 Subject: [PATCH] include to get prototype for memcpy(). --- lib/dns/rdataslab.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/dns/rdataslab.c b/lib/dns/rdataslab.c index ec8dbf524d..2f292d89ba 100644 --- a/lib/dns/rdataslab.c +++ b/lib/dns/rdataslab.c @@ -15,10 +15,12 @@ * SOFTWARE. */ -/* $Id: rdataslab.c,v 1.6 1999/06/24 19:15:55 gson Exp $ */ +/* $Id: rdataslab.c,v 1.7 1999/07/13 17:26:07 halley Exp $ */ #include +#include + #include #include #include