Merge pull request #4291 from pks-t/pks/regex-header-confusion tests: config: fix missing declaration causing error
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;