Skip to content

Commit

Permalink
systest: Add errors.h header file
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed Mar 17, 2024
1 parent 6a11f25 commit 7d0742e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions systest/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ fn main() {
cfg.include(PathBuf::from(root).join("include"));
}
cfg.header("git2.h")
.header("git2/sys/errors.h")
.header("git2/sys/transport.h")
.header("git2/sys/refs.h")
.header("git2/sys/refdb_backend.h")
Expand Down

0 comments on commit 7d0742e

Please sign in to comment.