projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24fce9d
)
[HAVE_CONFIG_H]: Include config.h.
author
Jim Meyering
<jim@meyering.net>
Sat, 5 Oct 1996 17:40:50 +0000
(17:40 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 5 Oct 1996 17:40:50 +0000
(17:40 +0000)
From Karl Berry.
lib/memcpy.c
patch
|
blob
|
history
diff --git
a/lib/memcpy.c
b/lib/memcpy.c
index dba7d56f125b92278581863119369de9d72185f5..437f622b29b5f8d6cbbee36a607798ef820e56bc 100644
(file)
--- 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;