Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix libgit2 include, it is in the include path - stagit - static git page gene…
git clone git://src.adamsgaard.dk/stagit
Log
Files
Refs
README
LICENSE
---
commit 543e74e64fcffd0181cb94f63a4a4029e44c7e4f
parent ae620515b04228887ff112b209b69d188e792570
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
diff --git a/urmoms-index.c b/urmoms-index.c
t@@ -10,8 +10,9 @@
#include <string.h>
#include <unistd.h>
+#include <git2.h>
+
#include "config.h"
-#include "git2.h"
static git_repository *repo;
diff --git a/urmoms.c b/urmoms.c
t@@ -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;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.