diff options
Diffstat (limited to 'locale/nl_langinfo.c')
-rw-r--r-- | locale/nl_langinfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/nl_langinfo.c b/locale/nl_langinfo.c index 7d8c9ab586..48bdfeb7c8 100644 --- a/locale/nl_langinfo.c +++ b/locale/nl_langinfo.c @@ -1,5 +1,5 @@ /* User interface for extracting locale-dependent parameters. - Copyright (C) 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1995,1996,1997,1999,2000,2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #include <langinfo.h> +#include <locale.h> #include <errno.h> #include <stddef.h> #include "localeinfo.h" |