From 03ae3c1ec24effd3b148209e7f13ea9ccfa36d9d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 19 Aug 2000 18:06:27 +0000 Subject: Update. * inet/tst-gethnm.c: Include string.h to provide prototype for strcmp. --- localedata/ChangeLog | 5 +++++ localedata/tst-digits.c | 2 ++ 2 files changed, 7 insertions(+) (limited to 'localedata') 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 + + * 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 97147e9935..ae6b3783fe 100644 --- a/localedata/tst-digits.c +++ b/localedata/tst-digits.c @@ -21,6 +21,8 @@ #include #include #include +#include +#include #include #include #include -- cgit v1.2.3-70-g09d2