From 1802569c6896dc486279f0444cf12ba72d1ca5b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 27 Apr 2004 23:53:59 +0000 Subject: [PATCH] Removed the amount of warnings we get. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7341 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/glibc/locale/langinfo.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/kernel/libroot/posix/glibc/locale/langinfo.h b/src/kernel/libroot/posix/glibc/locale/langinfo.h index ef17b15ba2..1565ba05e8 100644 --- a/src/kernel/libroot/posix/glibc/locale/langinfo.h +++ b/src/kernel/libroot/posix/glibc/locale/langinfo.h @@ -23,11 +23,11 @@ /* Get the type definition. */ #include +#include #include /* Define the __LC_* category names. */ - __BEGIN_DECLS - +struct TTTE; /* Construct an `nl_item' value for `nl_langinfo' from a locale category (LC_*) and an item index within the category. Some code may depend on the item values within a category increasing monotonically with the @@ -38,6 +38,7 @@ __BEGIN_DECLS #define _NL_ITEM_CATEGORY(item) ((int) (item) >> 16) #define _NL_ITEM_INDEX(item) ((int) (item) & 0xffff) +struct TTTE; /* Enumeration of locale items that can be queried with `nl_langinfo'. */ enum