# HG changeset patch # User Eric Blake # Date 1170116725 0 # Node ID 6cec54d3ab2f6ff5b80b9ad42b40f64ef04065f4 # Parent 93b9f2a87f9323d835130acacaaa8f372cb81022 * lib/memrchr.c: Assume unconditionally, to pull in declaration. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-29 Eric Blake + + * lib/memrchr.c: Assume unconditionally, to pull in + declaration. + 2007-01-29 Paul Eggert * lib/strptime.h (strptime): Use 'restrict' for args where @@ -201,7 +206,7 @@ (func_create_testdir): Set for_test to true. 2007-01-27 Yoann Vandoorselaere - Bruno Haible + Bruno Haible * modules/strcasestr (Files): Remove lib/strcasestr.h. (Depends-on): Add string. diff --git a/lib/memrchr.c b/lib/memrchr.c --- a/lib/memrchr.c +++ b/lib/memrchr.c @@ -24,13 +24,13 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #if defined _LIBC -# include # include #else # include # define reg_char char #endif +#include #include #undef __memrchr