Added backwards support without the crate keyword

This commit is contained in:
Elichai Turkel 2019-02-18 15:24:48 +02:00
parent 6871567a1c
commit e98975a1c0
No known key found for this signature in database
GPG Key ID: 5607C93B5F86650C
1 changed files with 1 additions and 1 deletions

View File

@ -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};