[HAVE_CONFIG_H]: Include config.h.
authorJim Meyering <jim@meyering.net>
Sat, 5 Oct 1996 17:40:50 +0000 (17:40 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 5 Oct 1996 17:40:50 +0000 (17:40 +0000)
From Karl Berry.

lib/memcpy.c

index dba7d56..437f622 100644 (file)
@@ -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;