summaryrefslogtreecommitdiff
path: root/lib/memcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/memcpy.c')
-rw-r--r--lib/memcpy.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/memcpy.c b/lib/memcpy.c
index dba7d56f1..437f622b2 100644
--- a/lib/memcpy.c
+++ b/lib/memcpy.c
@@ -2,6 +2,10 @@
if the source overlaps with the destination.
Return DESTADDR. */
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
char *
memcpy (destaddr, srcaddr, len)
char *destaddr;