From 03ae3c1ec24effd3b148209e7f13ea9ccfa36d9d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 19 Aug 2000 18:06:27 +0000 Subject: [PATCH] Update. * inet/tst-gethnm.c: Include string.h to provide prototype for strcmp. --- ChangeLog | 3 +++ localedata/ChangeLog | 5 +++++ localedata/tst-digits.c | 2 ++ 3 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 40b76c5..aad5bc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-08-19 Andreas Jaeger + * inet/tst-gethnm.c: Include string.h to provide prototype for + strcmp. + * malloc/mtrace.pl (usage): Inform about --help. 2000-08-19 Wolfram Gloger diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 284d905..a14a5f7 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2000-08-19 Andreas Jaeger + + * tst-digits.c: Include stdlib.h and string.h to provide + prototypes for exit, strlen and strcmp. + 2000-08-18 Andreas Jaeger * 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 97147e9..ae6b378 100644 --- a/localedata/tst-digits.c +++ b/localedata/tst-digits.c @@ -21,6 +21,8 @@ #include #include #include +#include +#include #include #include #include -- 2.7.4