small BeOS fix in regards of Uppercase isseus
This commit is contained in:
parent
ae5866f3a9
commit
c47ed8808a
2 changed files with 9 additions and 0 deletions
|
|
@ -40,8 +40,12 @@
|
|||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#ifdef __BEOS__
|
||||
#include <wchar.h>
|
||||
#else
|
||||
#include <wchar.h>
|
||||
#include <wctype.h>
|
||||
#endif
|
||||
|
||||
|
||||
/* Globals: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue