Fix undeclared module errors on Mac.
This commit is contained in:
parent
9e4ebd86d9
commit
1b10f92f9d
|
@ -27,6 +27,8 @@ use std::cell::RefCell;
|
|||
use std::os::raw::c_char;
|
||||
use std::ptr::null;
|
||||
use std::slice;
|
||||
use std::thread;
|
||||
use std::time::Duration;
|
||||
|
||||
use self::coreaudio::audio_unit::{AudioUnit, Scope, Element};
|
||||
use self::coreaudio::audio_unit::render_callback::{self, data};
|
||||
|
|
Loading…
Reference in New Issue