diff options
Diffstat (limited to 'src/vxworks/arm.rs')
-rw-r--r-- | src/vxworks/arm.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vxworks/arm.rs b/src/vxworks/arm.rs index cfdce825a0..55240068aa 100644 --- a/src/vxworks/arm.rs +++ b/src/vxworks/arm.rs @@ -1,3 +1,4 @@ pub type c_char = u8; +pub type wchar_t = u32; pub type c_long = i32; pub type c_ulong = u32; |