diff options
Diffstat (limited to 'test-regex.c')
-rw-r--r-- | test-regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-regex.c b/test-regex.c index b5bfd54139..0dc598ecdc 100644 --- a/test-regex.c +++ b/test-regex.c @@ -1,4 +1,4 @@ -#include <git-compat-util.h> +#include "git-compat-util.h" int main(int argc, char **argv) { |