From 23c46df57bb19adc61b429f398c5b7490d027992 Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 21 Aug 2005 12:35:00 +0000 Subject: #include for memcpy() on Solaris 10. from John Heasley in PR pkg/30544. --- bootstrap/bmake/sigcompat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap/bmake/sigcompat.c b/bootstrap/bmake/sigcompat.c index 4b44d07eef7..674b426e870 100644 --- a/bootstrap/bmake/sigcompat.c +++ b/bootstrap/bmake/sigcompat.c @@ -98,11 +98,12 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)sigcompat.c 5.3 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: sigcompat.c,v 1.1.1.1 2004/03/11 13:04:12 grant Exp $"; +static char *rcsid = "$Id: sigcompat.c,v 1.2 2005/08/21 12:35:00 grant Exp $"; #endif /* LIBC_SCCS and not lint */ #undef signal #include +#include #include #include #include "assert.h" -- cgit v1.2.3