Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include Pull in <nl_types.h>, as suggested by XSH5.
details: https://anonhg.NetBSD.org/src/rev/c095936d06b1
branches: trunk
changeset: 476079:c095936d06b1
user: kleink <kleink%NetBSD.org@localhost>
date: Sun Sep 05 09:17:14 1999 +0000
description:
Pull in <nl_types.h>, as suggested by XSH5.
diffstat:
include/langinfo.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 168205391ba3 -r c095936d06b1 include/langinfo.h
--- a/include/langinfo.h Sun Sep 05 08:36:54 1999 +0000
+++ b/include/langinfo.h Sun Sep 05 09:17:14 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: langinfo.h,v 1.3 1995/04/28 23:30:54 jtc Exp $ */
+/* $NetBSD: langinfo.h,v 1.4 1999/09/05 09:17:14 kleink Exp $ */
/*
* Written by J.T. Conklin <jtc%netbsd.org@localhost>
@@ -7,7 +7,9 @@
#ifndef _LANGINFO_H_
#define _LANGINFO_H_
+
#include <sys/cdefs.h>
+#include <nl_types.h>
#define D_T_FMT 0 /* String for formatting date and time */
#define D_FMT 1 /* Date format string */
Home |
Main Index |
Thread Index |
Old Index