mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Add in wctype.h for widechars
This commit is contained in:
parent
b672c0782a
commit
a4442878a1
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@
|
||||||
#endif
|
#endif
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#if defined(linux)
|
||||||
|
#include <wctype.h>
|
||||||
|
#endif
|
||||||
#include "util/tt_string.h"
|
#include "util/tt_string.h"
|
||||||
#include "util/tt_assert.h"
|
#include "util/tt_assert.h"
|
||||||
#include "util/tt_xdr_utils.h"
|
#include "util/tt_xdr_utils.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue