mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-05 23:24:54 +02:00
13 lines
328 B
Diff
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
|