Added use of ToCStr trait.

This commit is contained in:
Chris Cole 2015-01-03 20:05:38 -05:00
parent fde7fbd03b
commit b2929a662a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
use libc::{c_int, c_ulong, c_void};
use std::c_str::CString;
use std::c_str::{CString, ToCStr};
use std::cmp::Ordering;
use std::{fmt, ptr};