Add missing import

This commit is contained in:
Andrzej Janik 2021-06-27 02:36:41 +02:00
parent 1c0deca9e4
commit 015d23b5ad

View file

@ -1,3 +1,4 @@
use std::ffi::c_void;
use std::ptr;
pub unsafe fn heap_create() -> *mut c_void {