From c7135a06350d160579f2934d3c32cfdf43385947 Mon Sep 17 00:00:00 2001 From: Ian Daniher Date: Wed, 28 May 2014 17:13:04 -0400 Subject: [PATCH] fix for mozilla/rust/pull/14364 --- src/sdl2/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sdl2/lib.rs b/src/sdl2/lib.rs index a8acdd57..5a50e05c 100644 --- a/src/sdl2/lib.rs +++ b/src/sdl2/lib.rs @@ -9,6 +9,7 @@ extern crate libc; extern crate collections; +extern crate debug; pub use sdl::*; #[path = "generated/keycode.rs"]