diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-12-24 20:58:22 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-12-24 20:58:22 +0100 |
commit | 543e74e64fcffd0181cb94f63a4a4029e44c7e4f (patch) | |
tree | b4ea653ff5a7f3de52baf6dedbadfc31386eab80 /urmoms-index.c | |
parent | ae620515b04228887ff112b209b69d188e792570 (diff) |
fix libgit2 include, it is in the include path
Diffstat (limited to 'urmoms-index.c')
-rw-r--r-- | urmoms-index.c | 3 |
1 files changed, 2 insertions, 1 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 <string.h> #include <unistd.h> +#include <git2.h> + #include "config.h" -#include "git2.h" static git_repository *repo; |