Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/locale woops, fogot to include limits.h.



details:   https://anonhg.NetBSD.org/src/rev/5a4e0f9adf61
branches:  trunk
changeset: 753433:5a4e0f9adf61
user:      tnozaki <tnozaki%NetBSD.org@localhost>
date:      Sun Mar 28 18:19:52 2010 +0000

description:
woops, fogot to include limits.h.

diffstat:

 lib/libc/locale/setlocale32.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r f181dff5b653 -r 5a4e0f9adf61 lib/libc/locale/setlocale32.c
--- a/lib/libc/locale/setlocale32.c     Sun Mar 28 14:08:22 2010 +0000
+++ b/lib/libc/locale/setlocale32.c     Sun Mar 28 18:19:52 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: setlocale32.c,v 1.3 2010/03/28 14:05:09 tnozaki Exp $  */
+/*     $NetBSD: setlocale32.c,v 1.4 2010/03/28 18:19:52 tnozaki Exp $  */
 
 /*-
  * Copyright (c)1999 Citrus Project,
@@ -28,12 +28,13 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: setlocale32.c,v 1.3 2010/03/28 14:05:09 tnozaki Exp $");
+__RCSID("$NetBSD: setlocale32.c,v 1.4 2010/03/28 18:19:52 tnozaki Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
 #define __SETLOCALE_SOURCE__
 #include <locale.h>
+#include <limits.h>
 #include "rune.h"
 
 char *



Home | Main Index | Thread Index | Old Index