From 242151248bec690cd3416680abf094995856c104 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 19 Oct 2008 16:54:34 +0200 Subject: [PATCH] Specify include file for bcopy(). --- ChangeLog | 5 +++++ modules/bcopy | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 38b4cbe42..1b9512bbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-10-19 Bruno Haible + * modules/bcopy (Depends-on): Add strings. + (Include): Specify . + +2008-10-19 Bruno Haible + * doc/posix-functions/atexit.texi: Update doc regarding mingw. 2008-10-19 Bruno Haible diff --git a/modules/bcopy b/modules/bcopy index be04d29bc..d4a2bb93b 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: + License: GPL -- 2.11.0