Add missing import

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

View file

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