Commit d0db4085 by Pierre-Olivier Latour Committed by Carlos Martín Nieto

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.
parent eefe2e8b
......@@ -7,6 +7,9 @@
#ifndef INCLUDE_sys_git_repository_h__
#define INCLUDE_sys_git_repository_h__
#include "git2/common.h"
#include "git2/types.h"
/**
* @file git2/sys/repository.h
* @brief Git repository custom implementation routines
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment