Commit a938a001 authored by Steven Fackler's avatar Steven Fackler
Browse files

Fix missing import

parent b7400d56
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ use std::marker::PhantomData;
use libc::c_uint;
use ffi;

use cvt;
use error::ErrorStack;

bitflags! {