From 3e2ad31c49b47f085f13a93fd45e48e2a03554be Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 26 Sep 2000 15:09:33 +0000 Subject: [PATCH] (__nl_langinfo_l): Add prototype. --- include/langinfo.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/langinfo.h b/include/langinfo.h index 2a81c6ddaf..8f2cb8140c 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -1 +1,7 @@ -#include +#ifndef _LANGINFO_H +# include + +/* Internal prototypes. */ +extern char *__nl_langinfo_l (nl_item __item, __locale_t l); + +#endif