Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 23:17:29 +0300
committerJunio C Hamano <gitster@pobox.com>2023-04-24 22:47:33 +0300
commite3a3f5edf52c7f6161b167058b4d7c3a31dc0c3b (patch)
treecc440902307aadb05e9f7721a3fe867aa61b7027 /reftable/tree_test.c
parent0e312eaa12c03043b0ef23021a5a820567ee0efd (diff)
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 'reftable/tree_test.c')
-rw-r--r--reftable/tree_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/reftable/tree_test.c b/reftable/tree_test.c
index cbff125588..ac3a045ad4 100644
--- a/reftable/tree_test.c
+++ b/reftable/tree_test.c
@@ -6,6 +6,7 @@ license that can be found in the LICENSE file or at
https://developers.google.com/open-source/licenses/bsd
*/
+#include "system.h"
#include "tree.h"
#include "basics.h"