From 1b68cf62584cf91e689fead36c9cfbb429d54491 Mon Sep 17 00:00:00 2001 From: Erin Date: Sun, 4 Jun 2017 11:30:16 -0500 Subject: [PATCH] Pull in the `x86` crate in lib.rs --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 2e29e61..28b584e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,6 +9,7 @@ extern crate log; extern crate rlibc; extern crate spin; extern crate volatile; +extern crate x86; mod arch; #[macro_use]