Fix missing include on older rustcs

This commit is contained in:
Matt Corallo 2018-03-21 17:32:32 -04:00
parent 3b0fcbd05f
commit 86af2dc0d2
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ extern "C" {
#[cfg(feature = "fuzztarget")]
mod fuzz_dummy {
use libc::{c_int, c_uchar, c_uint, c_void};
use libc::{c_int, c_uchar, c_uint, c_void, size_t};
use ffi::*;
use std::ptr;