diff options
| author | Elijah Newren <newren@gmail.com> | 2023-04-22 20:17:29 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-24 12:47:33 -0700 |
| commit | e3a3f5edf52c7f6161b167058b4d7c3a31dc0c3b (patch) | |
| tree | cc440902307aadb05e9f7721a3fe867aa61b7027 /t/helper/test-reftable.c | |
| parent | 0e312eaa12c03043b0ef23021a5a820567ee0efd (diff) | |
| download | git-e3a3f5edf52c7f6161b167058b4d7c3a31dc0c3b.tar.gz | |
reftable: ensure git-compat-util.h is the first (indirect) include
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/test-reftable.c')
| -rw-r--r-- | t/helper/test-reftable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/test-reftable.c b/t/helper/test-reftable.c index 1f0a28cbb6..00237ef0d9 100644 --- a/t/helper/test-reftable.c +++ b/t/helper/test-reftable.c @@ -1,3 +1,4 @@ +#include "reftable/system.h" #include "reftable/reftable-tests.h" #include "test-tool.h" |
