From 371f3ceab6bc9c74ee37be1e85db755085e92e77 Mon Sep 17 00:00:00 2001 From: grange Date: Sun, 25 Jan 2009 22:06:44 +0000 Subject: memcpy needs a prototype which is in systm.h ok form@ kettenis@ --- sys/lib/libkern/memcpy.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/lib/libkern/memcpy.c') diff --git a/sys/lib/libkern/memcpy.c b/sys/lib/libkern/memcpy.c index b843b0abf86..7977d998674 100644 --- a/sys/lib/libkern/memcpy.c +++ b/sys/lib/libkern/memcpy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: memcpy.c,v 1.1 2007/11/25 18:25:34 deraadt Exp $ */ +/* $OpenBSD: memcpy.c,v 1.2 2009/01/25 22:06:44 grange Exp $ */ /* $NetBSD: bcopy.c,v 1.5 1995/04/22 13:46:50 cgd Exp $ */ /*- @@ -33,6 +33,7 @@ */ #include +#include /* * This is designed to be small, not fast. -- cgit v1.2.3-59-g8ed1b