diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-08-27 14:33:43 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-08-27 14:33:43 -0700 |
| commit | 6d9276ea13f262f017af4a52fadac7ab7d0ea523 (patch) | |
| tree | 8cd116329eb12b03536f2c0f91a6e2189a6f4919 | |
| parent | Merge branch 'sg/test-must-be-empty' (diff) | |
| parent | test-tool.h: include git-compat-util.h (diff) | |
| download | git-6d9276ea13f262f017af4a52fadac7ab7d0ea523.tar.gz git-6d9276ea13f262f017af4a52fadac7ab7d0ea523.zip | |
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
| -rw-r--r-- | t/helper/test-tool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/helper/test-tool.h b/t/helper/test-tool.h index e926c416ea..e954e8c522 100644 --- a/t/helper/test-tool.h +++ b/t/helper/test-tool.h @@ -1,6 +1,8 @@ #ifndef __TEST_TOOL_H__ #define __TEST_TOOL_H__ +#include "git-compat-util.h" + int cmd__chmtime(int argc, const char **argv); int cmd__config(int argc, const char **argv); int cmd__ctype(int argc, const char **argv); |
