From 0a93eaefb83b822e72c39e1e7befe523fa809948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sun, 16 May 2010 16:07:55 +0000 Subject: [PATCH] Patch by Jorma Karvonen: Add LocaleKit.h header and also add it to Be.h. Thanks! Closes ticket #6004. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36831 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/Be.h | 1 + headers/os/LocaleKit.h | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 headers/os/LocaleKit.h diff --git a/headers/os/Be.h b/headers/os/Be.h index 6321905562..2890faae5f 100644 --- a/headers/os/Be.h +++ b/headers/os/Be.h @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include diff --git a/headers/os/LocaleKit.h b/headers/os/LocaleKit.h new file mode 100644 index 0000000000..3fd3fa3939 --- /dev/null +++ b/headers/os/LocaleKit.h @@ -0,0 +1,26 @@ +/* + * Master include file for the Locale Kit. + * + * CatalogInddOn.h not included, as it's only required when building an add-on. + */ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include