From 57a44a3d17e97ebc4655f260c291c875f9f4cfa4 Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 31 Dec 2001 20:19:14 +0000 Subject: [PATCH] Need for memcpy() prototype (noticed by gcc 3.1). --- regress/sys/arch/i386/ldt/testldt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regress/sys/arch/i386/ldt/testldt.c b/regress/sys/arch/i386/ldt/testldt.c index d9a1a856485a..814669f8b2cf 100644 --- a/regress/sys/arch/i386/ldt/testldt.c +++ b/regress/sys/arch/i386/ldt/testldt.c @@ -1,9 +1,10 @@ -/* $NetBSD: testldt.c,v 1.6 2001/06/10 16:27:21 sommerfeld Exp $ */ +/* $NetBSD: testldt.c,v 1.7 2001/12/31 20:19:14 thorpej Exp $ */ #include #include #include #include +#include #include #include