From 9efc3f5022ecc56db919d7907e0133e7b53ffedb Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Wed, 1 Oct 2008 14:58:13 +0000 Subject: Fix compilation problem whit the following config options: UCLIBC_HAS_STRING_GENERIC_OPT=y UCLIBC_HAS_STRING_ARCH_OPT is not set by making WORD_COPY_FWD macros visible. Signed-off-by: Carmelo Amoroso --- libc/string/generic/memcpy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/string/generic/memcpy.c') diff --git a/libc/string/generic/memcpy.c b/libc/string/generic/memcpy.c index 4284f2fe5..a19e0c335 100644 --- a/libc/string/generic/memcpy.c +++ b/libc/string/generic/memcpy.c @@ -22,6 +22,7 @@ #include #include "memcopy.h" #include "pagecopy.h" +#include "_memcpy_fwd.c" /* Experimentally off - libc_hidden_proto(memcpy) */ -- cgit v1.2.3