Skip to content

Commit 6d9276e

Browse files
committed
Merge branch 'jk/use-compat-util-in-test-tool'
Dev tool update. * jk/use-compat-util-in-test-tool: test-tool.h: include git-compat-util.h
2 parents 986c518 + 69d846f commit 6d9276e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/helper/test-tool.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef __TEST_TOOL_H__
22
#define __TEST_TOOL_H__
33

4+
#include "git-compat-util.h"
5+
46
int cmd__chmtime(int argc, const char **argv);
57
int cmd__config(int argc, const char **argv);
68
int cmd__ctype(int argc, const char **argv);

0 commit comments

Comments
 (0)