From 454e318ef670fe9e426e17c6a8907b4a12d2d399 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 8 May 2000 18:37:22 +0000 Subject: [PATCH] include string.h for memcpy; gcc fails to warn about its absence, but hp doesn't --- lib/isc/heap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/isc/heap.c b/lib/isc/heap.c index cc36218234..f013a90fbe 100644 --- a/lib/isc/heap.c +++ b/lib/isc/heap.c @@ -29,6 +29,7 @@ #include #include +#include /* Required for memcpy. */ #include /*