From 06bb37d18e65a10a2335e4764c2e4b79dc3430bc Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 23 Oct 1998 05:44:59 +0000 Subject: [PATCH] need string.h to get memcpy prototype --- lib/isc/heap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/isc/heap.c b/lib/isc/heap.c index fb2477259a..4c11ddbcc7 100644 --- a/lib/isc/heap.c +++ b/lib/isc/heap.c @@ -26,6 +26,7 @@ */ #include +#include #include #include