Specify include file for bcopy().
authorBruno Haible <bruno@clisp.org>
Sun, 19 Oct 2008 14:54:34 +0000 (16:54 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 19 Oct 2008 14:54:34 +0000 (16:54 +0200)
ChangeLog
modules/bcopy

index 38b4cbe..1b9512b 100644 (file)
--- 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>
index be04d29..d4a2bb9 100644 (file)
@@ -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