From 83badaa71832947161f9207cf798d882d1534584 Mon Sep 17 00:00:00 2001 From: Xidorn Quan Date: Thu, 30 Mar 2017 10:44:06 +1100 Subject: [PATCH] Lots of fixup for the next patch. --- components/style/build_gecko.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/build_gecko.rs b/components/style/build_gecko.rs index 39a7afeb44e..8c784ac1eb5 100644 --- a/components/style/build_gecko.rs +++ b/components/style/build_gecko.rs @@ -258,6 +258,7 @@ mod bindings { vars: true, ..CodegenConfig::nothing() }) + .include(add_include("nsCSSPseudoClasses.h")) // servo/rust-bindgen#599 .header(add_include("nsStyleStruct.h")) .include(add_include("mozilla/ServoPropPrefList.h")) .header(add_include("mozilla/StyleAnimationValue.h"))