Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add missing include for oidarray. #6608

Merged
merged 1 commit into from
Jul 22, 2023

Conversation

dvzrv
Copy link
Contributor

@dvzrv dvzrv commented Jul 21, 2023

Add a missing include for git2/oidarray.h so build doesn't fail on using git_oidarray when using custom transports.

Fixes #6607

Add a missing include for `git2/oidarray.h` so build doesn't fail on
using `git_oidarray` when using custom transports.

Fixes libgit2#6607
@ethomson ethomson added the v1.7 label Jul 21, 2023
@ethomson
Copy link
Member

Good catch. Thanks!

@dvzrv
Copy link
Contributor Author

dvzrv commented Jul 22, 2023

Do you plan on doing a patch-level release for this? I'm currently applying this patch so I can build jami-daemon, but I also need 9d4c550 to build ruby-rugged to complete our rebuild todo for libgit2 1.7.0 on Arch Linux.

@ethomson ethomson merged commit 42b5d85 into libgit2:main Jul 22, 2023
26 checks passed
@ethomson ethomson mentioned this pull request Aug 2, 2023
@ethomson ethomson added the bug label Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.7.0: missing import for git_oidarray
3 participants