Skip to content

Commit

Permalink
Added backwards support without the crate keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed Apr 14, 2019
1 parent 6871567 commit e98975a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//! not be needed for most users.
use core::{mem, hash};
use core::ffi::c_void;
use crate::types::*;
use types::*;
// use std::os::raw::{c_int, c_uchar, c_uint, c_void};


Expand Down

0 comments on commit e98975a

Please sign in to comment.