From 3987798a41fe68eff3806c47eaa038142fe7cf28 Mon Sep 17 00:00:00 2001 From: Etienne Samson Date: Sat, 23 Feb 2019 13:13:18 +0100 Subject: [PATCH] This makes GIT_BEGIN/END_DECL visible to clang --- test/fixtures/git2/types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/fixtures/git2/types.h b/test/fixtures/git2/types.h index 6123abc82..e2e2c971f 100644 --- a/test/fixtures/git2/types.h +++ b/test/fixtures/git2/types.h @@ -25,6 +25,8 @@ #ifndef INCLUDE_git_types_h__ #define INCLUDE_git_types_h__ +#include "common.h" + /** * @file git2/types.h * @brief libgit2 base & compatibility types