fix libgit2 include, it is in the include path

This commit is contained in:
Hiltjo Posthuma 2015-12-24 20:58:22 +01:00
parent ae620515b0
commit 543e74e64f
2 changed files with 4 additions and 2 deletions

View file

@ -10,8 +10,9 @@
#include <string.h>
#include <unistd.h>
#include <git2.h>
#include "config.h"
#include "git2.h"
static git_repository *repo;

View file

@ -10,8 +10,9 @@
#include <string.h>
#include <unistd.h>
#include <git2.h>
#include "config.h"
#include "git2.h"
struct commitinfo {
const git_oid *id;