Commit 831af853 authored by Steven Fackler's avatar Steven Fackler
Browse files

fix cfg-if

parent de41f551
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
//!     Err(e) => println!("Parsing Error: {:?}", e),
//! }
//! ```
use cfg_if::cfg_if;
use libc::{c_char, c_int, c_ulong};
use std::borrow::Cow;
use std::error;