Fix missing import

This commit is contained in:
Steven Fackler 2016-10-16 23:26:38 -07:00
parent b7400d56e8
commit a938a001a7
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ use std::marker::PhantomData;
use libc::c_uint;
use ffi;
use cvt;
use error::ErrorStack;
bitflags! {