summaryrefslogtreecommitdiff
path: root/intl/finddomain.c
diff options
context:
space:
mode:
Diffstat (limited to 'intl/finddomain.c')
-rw-r--r--intl/finddomain.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/intl/finddomain.c b/intl/finddomain.c
index 9b531c4f66..27163a6f66 100644
--- a/intl/finddomain.c
+++ b/intl/finddomain.c
@@ -1,4 +1,4 @@
-/* finddomain.c -- handle list of needed message catalogs
+/* Handle list of needed message catalogs
Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
@@ -43,6 +43,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