changeset 10670:5468a25547c8

Specify include file for bcopy().
author Bruno Haible <bruno@clisp.org>
date Sun, 19 Oct 2008 16:54:34 +0200
parents c41f0a0726e6
children 459974cd8b12
files ChangeLog modules/bcopy
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/bcopy
+++ b/modules/bcopy
@@ -5,6 +5,7 @@
 lib/bcopy.c
 
 Depends-on:
+strings
 
 configure.ac:
 AC_REPLACE_FUNCS(bcopy)
@@ -12,6 +13,7 @@
 Makefile.am:
 
 Include:
+<strings.h>
 
 License:
 GPL