summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-10-19 16:54:34 +0200
committerBruno Haible <bruno@clisp.org>2008-10-19 16:54:34 +0200
commit242151248bec690cd3416680abf094995856c104 (patch)
treea7c6ade16a50d52d7d49fffa40dc2e6524235e3f
parent1dc2801c824543580db52c965d8310e82c1a1e79 (diff)
downloadgnulib-242151248bec690cd3416680abf094995856c104.tar.gz
Specify include file for bcopy().
-rw-r--r--ChangeLog5
-rw-r--r--modules/bcopy2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38b4cbe428..1b9512bbf6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-10-19 Bruno Haible <bruno@clisp.org>
+ * modules/bcopy (Depends-on): Add strings.
+ (Include): Specify <strings.h>.
+
+2008-10-19 Bruno Haible <bruno@clisp.org>
+
* doc/posix-functions/atexit.texi: Update doc regarding mingw.
2008-10-19 Bruno Haible <bruno@clisp.org>
diff --git a/modules/bcopy b/modules/bcopy
index be04d29bc0..d4a2bb93b7 100644
--- a/modules/bcopy
+++ b/modules/bcopy
@@ -5,6 +5,7 @@ Files:
lib/bcopy.c
Depends-on:
+strings
configure.ac:
AC_REPLACE_FUNCS(bcopy)
@@ -12,6 +13,7 @@ AC_REPLACE_FUNCS(bcopy)
Makefile.am:
Include:
+<strings.h>
License:
GPL