From 543e74e64fcffd0181cb94f63a4a4029e44c7e4f Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Thu, 24 Dec 2015 20:58:22 +0100 Subject: [PATCH] fix libgit2 include, it is in the include path --- urmoms-index.c | 3 ++- urmoms.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/urmoms-index.c b/urmoms-index.c index bcb6935..ff84be3 100644 --- a/urmoms-index.c +++ b/urmoms-index.c @@ -10,8 +10,9 @@ #include #include +#include + #include "config.h" -#include "git2.h" static git_repository *repo; diff --git a/urmoms.c b/urmoms.c index 19645fa..f0e5869 100644 --- a/urmoms.c +++ b/urmoms.c @@ -10,8 +10,9 @@ #include #include +#include + #include "config.h" -#include "git2.h" struct commitinfo { const git_oid *id; -- 2.30.2