mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 00:14:45 +00:00
Add missing import
This commit is contained in:
parent
1c0deca9e4
commit
015d23b5ad
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
use std::ffi::c_void;
|
||||
use std::ptr;
|
||||
|
||||
pub unsafe fn heap_create() -> *mut c_void {
|
||||
|
|
Loading…
Add table
Reference in a new issue