Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/mklocale include ctype_local.h



details:   https://anonhg.NetBSD.org/src/rev/aa325fa389c4
branches:  trunk
changeset: 755077:aa325fa389c4
user:      tnozaki <tnozaki%NetBSD.org@localhost>
date:      Sat May 22 07:18:44 2010 +0000

description:
include ctype_local.h

diffstat:

 usr.bin/mklocale/ldef.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 94eb493a4c56 -r aa325fa389c4 usr.bin/mklocale/ldef.h
--- a/usr.bin/mklocale/ldef.h   Sat May 22 07:18:43 2010 +0000
+++ b/usr.bin/mklocale/ldef.h   Sat May 22 07:18:44 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ldef.h,v 1.5 2010/05/22 06:38:15 tnozaki Exp $ */
+/*     $NetBSD: ldef.h,v 1.6 2010/05/22 07:18:44 tnozaki Exp $ */
 
 /*-
  * Copyright (c) 1993
@@ -34,6 +34,8 @@
  *     @(#)ldef.h      8.1 (Berkeley) 6/6/93
  */
 
+#include "ctype_local.h"
+
 /*
  * This should look a LOT like a _RuneEntry
  */



Home | Main Index | Thread Index | Old Index