small BeOS fix in regards of Uppercase isseus

This commit is contained in:
Luc Schrijvers 2008-06-25 16:27:11 +00:00
parent ae5866f3a9
commit c47ed8808a
2 changed files with 9 additions and 0 deletions

View file

@ -40,8 +40,12 @@
#include <sys/types.h>
#endif
#ifdef __BEOS__
#include <wchar.h>
#else
#include <wchar.h>
#include <wctype.h>
#endif
/* Globals: */

View file

@ -206,8 +206,13 @@ char *strcasestr(const char *haystack, const char *needle)
#undef y1
#include <locale.h>
#ifdef __BEOS__
#include <wchar.h>
#else
#include <wchar.h>
#include <wctype.h>
#endif
#include <libintl.h>
#ifndef gettext_noop