fix libgit2 include, it is in the include path - stagit-gopher - A git gopher frontend. (mirror)
HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 543e74e64fcffd0181cb94f63a4a4029e44c7e4f
DIR parent ae620515b04228887ff112b209b69d188e792570
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Thu, 24 Dec 2015 20:58:22 +0100
fix libgit2 include, it is in the include path
Diffstat:
M urmoms-index.c | 3 ++-
M urmoms.c | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
---
DIR diff --git a/urmoms-index.c b/urmoms-index.c
@@ -10,8 +10,9 @@
#include <string.h>
#include <unistd.h>
+#include <git2.h>
+
#include "config.h"
-#include "git2.h"
static git_repository *repo;
DIR diff --git a/urmoms.c b/urmoms.c
@@ -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;