Fix undeclared module errors on Mac.

This commit is contained in:
Alex Moon 2020-01-14 15:56:46 -05:00 committed by Sebastian Imlay
parent 9e4ebd86d9
commit 1b10f92f9d
1 changed files with 2 additions and 0 deletions

View File

@ -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};