+2007-01-29 Eric Blake <ebb9@byu.net>
+
+ * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
+ declaration.
+
2007-01-29 Paul Eggert <eggert@cs.ucla.edu>
* lib/strptime.h (strptime): Use 'restrict' for args where
(func_create_testdir): Set for_test to true.
2007-01-27 Yoann Vandoorselaere <yoann.v@prelude-ids.com>
- Bruno Haible <bruno@clisp.org>
+ Bruno Haible <bruno@clisp.org>
* modules/strcasestr (Files): Remove lib/strcasestr.h.
(Depends-on): Add string.
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#if defined _LIBC
-# include <string.h>
# include <memcopy.h>
#else
# include <config.h>
# define reg_char char
#endif
+#include <string.h>
#include <limits.h>
#undef __memrchr