aports/community/libgit2/fix-version-h.patch
2025-02-24 13:05:51 +00:00

13 lines
328 B
Diff

diff --git a/include/git2/version.h b/include/git2/version.h
index 6a352e1a53a..e543179981a 100644
--- a/include/git2/version.h
+++ b/include/git2/version.h
@@ -7,6 +7,8 @@
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
+#include "common.h"
+
/**
* @file git2/version.h
* @brief The version of libgit2