Merge pull request #14 from marcusklaas/bitflags-macro-fix

import crate for bitflags macro
This commit is contained in:
John Gallagher 2015-01-19 19:34:25 -05:00
commit 353dec270c

View File

@ -52,6 +52,7 @@
#![allow(unstable)]
extern crate libc;
#[macro_use] extern crate rustc_bitflags;
use std::mem;
use std::ptr;