about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--localedata/ChangeLog5
-rw-r--r--localedata/tst-digits.c2
3 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40b76c5bae..aad5bc6a86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-08-19  Andreas Jaeger  <aj@suse.de>
 
+	* inet/tst-gethnm.c: Include string.h to provide prototype for
+	strcmp.
+
 	* malloc/mtrace.pl (usage): Inform about --help.
 
 2000-08-19  Wolfram Gloger  <wg@malloc.de>
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 284d9050ba..a14a5f7a6f 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-19  Andreas Jaeger  <aj@suse.de>
+
+	* tst-digits.c: Include stdlib.h and string.h to provide
+	prototypes for exit, strlen and strcmp.
+
 2000-08-18  Andreas Jaeger  <aj@suse.de>
 
 	* tests-mbwc/tst_funcs.h (TMD_ERRET): Don't declare err_flg.
diff --git a/localedata/tst-digits.c b/localedata/tst-digits.c
index 97147e9935..ae6b3783fe 100644
--- a/localedata/tst-digits.c
+++ b/localedata/tst-digits.c
@@ -21,6 +21,8 @@
 #include <langinfo.h>
 #include <locale.h>
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 #include <wchar.h>
 #include <wctype.h>