Skip to content

Commit

Permalink
Fix build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus authored and pvdrz committed Mar 14, 2023
1 parent 21803df commit d0086e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindgen-integration/build.rs
Expand Up @@ -4,7 +4,7 @@ extern crate cc;
use bindgen::callbacks::{
DeriveInfo, IntKind, MacroParsingBehavior, ParseCallbacks,
};
use bindgen::{Builder, EnumVariation};
use bindgen::{Builder, CargoCallbacks, EnumVariation};
use std::collections::HashSet;
use std::env;
use std::path::PathBuf;
Expand Down

0 comments on commit d0086e9

Please sign in to comment.