changeset 4794:89793e77bb31

.
author Jim Meyering <jim@meyering.net>
date Thu, 16 Oct 2003 07:06:57 +0000
parents 43c03cffd8aa
children ac6111c4f643
files lib/ChangeLog
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-16  Jim Meyering  <jim@meyering.net>
+
+	* xmalloc.c: Include <string.h>, for declarations of memset and memcpy.
+
 2003-10-15  Paul Eggert  <eggert@twinsun.com>
 
 	* exclude.c: Do not include <inttypes.h> or <stdint.h>.
@@ -46,7 +50,7 @@
 	* xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
 	* xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
 	[defined UINTMAX_MAX]: New macros.
-	
+
 2003-10-14  Bruno Haible  <bruno@clisp.org>
 
 	* fatal-signal.h: Improved comments. Suggested by Paul Eggert.