summaryrefslogtreecommitdiff
path: root/intl/l10nflist.c
diff options
context:
space:
mode:
Diffstat (limited to 'intl/l10nflist.c')
-rw-r--r--intl/l10nflist.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/intl/l10nflist.c b/intl/l10nflist.c
index 4f45d3db4e..bda2105ac7 100644
--- a/intl/l10nflist.c
+++ b/intl/l10nflist.c
@@ -31,6 +31,9 @@
# 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