summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2017-07-07 10:03:34 +0200
committerGitHub <noreply@github.com>2017-07-07 10:03:34 +0200
commit0e165686d97264c2d7bc6b0317cf953581cbf695 (patch)
treef61fd71541128e63da79d517c1b90ca07ceee2a6
parentc26ce78404b7fc7356c56bd2c57611fd60a3705b (diff)
parent1f7af277c773a516e4bea22f92b75a07ffc15734 (diff)
downloadlibgit2-0e165686d97264c2d7bc6b0317cf953581cbf695.tar.gz
Merge pull request #4291 from pks-t/pks/regex-header-confusion
tests: config: fix missing declaration causing error
-rw-r--r--tests/config/readonly.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/config/readonly.c b/tests/config/readonly.c
index f45abdd29..6d6819eef 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;