diff options
Diffstat (limited to 'intl/localealias.c')
-rw-r--r-- | intl/localealias.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/intl/localealias.c b/intl/localealias.c index 420a255601..4547873414 100644 --- a/intl/localealias.c +++ b/intl/localealias.c @@ -62,6 +62,9 @@ void free (); # include <string.h> #else # include <strings.h> +# ifndef memcpy +# define memcpy(Dst, Src, Num) bcopy (Src, Dst, Num) +# endif #endif #if !HAVE_STRCHR && !defined _LIBC # ifndef strchr |