mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-23 05:38:27 +00:00
config_file: add missing include for git_config_backend
The config_file.h header provides some inline declarations accessing the `git_config_backend`, but misses its declaration. Add the missing include for "git2/sys/config.h" to add it.
This commit is contained in:
parent
0d2f6824eb
commit
64244131d0
@ -7,6 +7,7 @@
|
||||
#ifndef INCLUDE_config_file_h__
|
||||
#define INCLUDE_config_file_h__
|
||||
|
||||
#include "git2/sys/config.h"
|
||||
#include "git2/config.h"
|
||||
|
||||
GIT_INLINE(int) git_config_file_open(git_config_backend *cfg, unsigned int level)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user