Commit 0e165686d97264c2d7bc6b0317cf953581cbf695

Patrick Steinhardt 2017-07-07T10:03:34

Merge pull request #4291 from pks-t/pks/regex-header-confusion tests: config: fix missing declaration causing error

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tests/config/readonly.c b/tests/config/readonly.c
index f45abdd..6d6819e 100644
--- a/tests/config/readonly.c
+++ b/tests/config/readonly.c
@@ -1,6 +1,7 @@
 #include "clar_libgit2.h"
 #include "config_file.h"
 #include "config.h"
+#include "path.h"
 
 static git_config *cfg;