diff options
Diffstat (limited to 'components/layout')
-rw-r--r-- | components/layout/Cargo.toml | 1 | ||||
-rw-r--r-- | components/layout/lib.rs | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml index eb39cdf3123..b24e2c2562c 100644 --- a/components/layout/Cargo.toml +++ b/components/layout/Cargo.toml @@ -60,3 +60,4 @@ encoding = "0.2" url = "0.2.16" bitflags = "*" rustc-serialize = "0.2" +libc = "*" diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 5644f55b7c2..44f8f49c056 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -9,7 +9,6 @@ #![feature(hash)] #![feature(int_uint)] #![feature(io)] -#![feature(libc)] #![feature(path)] #![feature(plugin)] #![feature(rustc_private)] |