summaryrefslogtreecommitdiff
path: root/lib/memcpy.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-05 17:40:50 +0000
committerJim Meyering <jim@meyering.net>1996-10-05 17:40:50 +0000
commit148ec1ad9c52064d35810c3546dfd36200079b26 (patch)
tree6508180be5d0e74d7c0c96525c270e9f28407e19 /lib/memcpy.c
parenta13e04ed9d9a4b17a535b7a1524c40be8d10cd4a (diff)
downloadcoreutils-148ec1ad9c52064d35810c3546dfd36200079b26.tar.xz
[HAVE_CONFIG_H]: Include config.h.
From Karl Berry.
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;