Fix build, mostly

This commit is contained in:
Jeremy Soller
2018-08-26 08:56:02 -06:00
parent c20ce5ffed
commit 277b9abcd5
38 changed files with 210 additions and 210 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use core::alloc::{GlobalAlloc, Layout};
use types::*;
use super::types::*;
extern "C" {
fn dlmalloc(bytes: size_t) -> *mut c_void;