.
[gnulib.git] / lib / memcpy.c
index dba7d56..d36cef2 100644 (file)
@@ -2,6 +2,10 @@
    if the source overlaps with the destination.
    Return DESTADDR. */
 
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 char *
 memcpy (destaddr, srcaddr, len)
      char *destaddr;