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 38b4cbe428..1b9512bbf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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. 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: + License: GPL -- 2.30.2