vendor/libgit2/src/config_file.h in rugged-0.26.0b5 vs vendor/libgit2/src/config_file.h in rugged-0.26.0
- old
+ new
@@ -5,9 +5,10 @@
* a Linking Exception. For full terms see the included COPYING file.
*/
#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)
{
return cfg->open(cfg, level);