Skip to content

Commit

Permalink
Fix build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Mar 12, 2023
1 parent 3d55a27 commit b967bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindgen-integration/build.rs
Expand Up @@ -2,7 +2,7 @@ extern crate bindgen;
extern crate cc;

use bindgen::callbacks::{
DeriveInfo, IntKind, MacroParsingBehavior, ParseCallbacks,
CargoCallbacks, DeriveInfo, IntKind, MacroParsingBehavior, ParseCallbacks,
};
use bindgen::{Builder, EnumVariation};
use std::collections::HashSet;
Expand Down

0 comments on commit b967bc9

Please sign in to comment.