diff options
Diffstat (limited to 'distrib/utils/libhack')
| -rw-r--r-- | distrib/utils/libhack/localeconv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/utils/libhack/localeconv.c b/distrib/utils/libhack/localeconv.c index a384ff1fa67..41313785ed7 100644 --- a/distrib/utils/libhack/localeconv.c +++ b/distrib/utils/libhack/localeconv.c @@ -1,4 +1,4 @@ -/* $NetBSD: localeconv.c,v 1.1 1999/05/19 03:53:58 gwr Exp $ */ +/* $NetBSD: localeconv.c,v 1.2 2002/11/19 23:15:59 chris Exp $ */ /* * Written by J.T. Conklin <jtc@netbsd.org>. @@ -8,6 +8,7 @@ #include <sys/cdefs.h> #include <sys/localedef.h> #include <locale.h> +#include <limits.h> /* * The localeconv() function constructs a struct lconv from the current |
