From: Bruno Haible Date: Sun, 19 Oct 2008 14:54:34 +0000 (+0200) Subject: Specify include file for bcopy(). X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=242151248bec690cd3416680abf094995856c104;p=pspp Specify include file for bcopy(). --- 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