From f9b4c468cdd580ef8a5aabab11807fdbaf434afd Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 9 May 2014 13:03:36 +0200 Subject: [PATCH] Import wchar_t. --- xlib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/xlib.rs b/xlib.rs index 75806a8..295bc1a 100644 --- a/xlib.rs +++ b/xlib.rs @@ -11,6 +11,7 @@ #![allow(non_camel_case_types)] use libc::*; +use libc::types::os::arch::c95::wchar_t; pub type XID = c_ulong;