summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-29 13:50:37 +0000
committerJim Meyering <jim@meyering.net>1996-10-29 13:50:37 +0000
commit4abe75d3b1315b2020ec6c7787670e5ad81afbbf (patch)
tree886a5fdd32dd69afaa468468975ac7e9b14ac860
parente623bf9a0384811386f036a0ac1a2f0e9a6df2be (diff)
downloadcoreutils-4abe75d3b1315b2020ec6c7787670e5ad81afbbf.tar.xz
.
-rw-r--r--lib/memcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/memcpy.c b/lib/memcpy.c
index 437f622b2..d36cef20c 100644
--- a/lib/memcpy.c
+++ b/lib/memcpy.c
@@ -2,7 +2,7 @@
if the source overlaps with the destination.
Return DESTADDR. */
-#ifdef HAVE_CONFIG_H
+#if HAVE_CONFIG_H
# include <config.h>
#endif