mirror of
https://git.proxmox.com/git/libgit2
synced 2025-10-15 18:42:45 +00:00
Add required includes in "oid.h"
The file was previously failing to be included stand-alone.
This commit is contained in:
parent
2f8a8ab24b
commit
b70e4f8a03
@ -25,6 +25,9 @@
|
||||
#ifndef INCLUDE_git_oid_h__
|
||||
#define INCLUDE_git_oid_h__
|
||||
|
||||
#include "common.h"
|
||||
#include "types.h"
|
||||
|
||||
/**
|
||||
* @file git2/oid.h
|
||||
* @brief Git object id routines
|
||||
|
Loading…
Reference in New Issue
Block a user