Skip to content

Commit 0e16568

Browse files
authored
Merge pull request libgit2#4291 from pks-t/pks/regex-header-confusion
tests: config: fix missing declaration causing error
2 parents c26ce78 + 1f7af27 commit 0e16568

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/config/readonly.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "clar_libgit2.h"
22
#include "config_file.h"
33
#include "config.h"
4+
#include "path.h"
45

56
static git_config *cfg;
67

0 commit comments

Comments
 (0)