tests: network: add missing include for `git_repository_new`
A newly added test uses the `git_repository_new` function without the corresponding header file being included. While this works due to the compiler deducing the correct function signature, we should obviously just include the function's declaration file.
Showing
Please
register
or
sign in
to comment