Skip to content

Commit 810a484

Browse files
committed
Merge pull request #118 from itdaniher/master
fix for rust-lang/rust/pull/14364
2 parents a23ba0d + c7135a0 commit 810a484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sdl2/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
extern crate libc;
1111
extern crate collections;
12+
extern crate debug;
1213

1314
pub use sdl::*;
1415
#[path = "generated/keycode.rs"]

0 commit comments

Comments
 (0)