diff options
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 4 | ||||
-rw-r--r-- | localedata/tst-langinfo.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 822fb1f..9162239 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2000-07-28 Andreas Jaeger <aj@suse.de> + + * tst-langinfo.c: Include <string.h> for strcmp prototype. + 2000-07-26 Ulrich Drepper <drepper@redhat.com> * charmaps/BIG5: New file. diff --git a/localedata/tst-langinfo.c b/localedata/tst-langinfo.c index d1b61ff..b117930 100644 --- a/localedata/tst-langinfo.c +++ b/localedata/tst-langinfo.c @@ -21,6 +21,7 @@ #include <langinfo.h> #include <locale.h> #include <stdio.h> +#include <string.h> struct map |