aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 20b6a59e72d..a402bec7cf3 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -54,6 +54,7 @@ extern crate image;
extern crate ipc_channel;
#[macro_use]
extern crate jstraceable_derive;
+extern crate keyboard_types;
#[macro_use]
extern crate lazy_static;
extern crate libc;