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 38b4cbe42868708453b20a7eb90917d86dc2642c..1b9512bbf60514b1ce02bd30b89c16eb3dfc8d74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index be04d29bc089fd500c6ef6b9ec33f2904a0e9673..d4a2bb93b7626f6b3c3a6680cf195e914a020bad 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