mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-13 19:01:55 +00:00
Make sure sys/repository.h includes the required headers
It was missing "common.h" and "types.h" like other system headers. This generated compilation errors if including it directly.
This commit is contained in:
parent
a789b36100
commit
86815dca20
@ -7,6 +7,9 @@
|
|||||||
#ifndef INCLUDE_sys_git_repository_h__
|
#ifndef INCLUDE_sys_git_repository_h__
|
||||||
#define INCLUDE_sys_git_repository_h__
|
#define INCLUDE_sys_git_repository_h__
|
||||||
|
|
||||||
|
#include "git2/common.h"
|
||||||
|
#include "git2/types.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file git2/sys/repository.h
|
* @file git2/sys/repository.h
|
||||||
* @brief Git repository custom implementation routines
|
* @brief Git repository custom implementation routines
|
||||||
|
Loading…
Reference in New Issue
Block a user