changeset 710:f242fbbb881d

[HAVE_CONFIG_H]: Include config.h. From Karl Berry.
author Jim Meyering <jim@meyering.net>
date Sat, 05 Oct 1996 17:40:50 +0000
parents 55597eae039e
children e80b482cadad
files lib/memcpy.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;