From 44908fe763b1a2097b65c86130ac679c458df7d2 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Mon, 6 Dec 2010 23:03:16 +0200 Subject: Change the library include file Libgit2 is now officially include as #include "" or indidividual files may be included as #include Signed-off-by: Vicent Marti --- src/commit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commit.h') diff --git a/src/commit.h b/src/commit.h index 617d237f9..eca566ddf 100644 --- a/src/commit.h +++ b/src/commit.h @@ -1,7 +1,7 @@ #ifndef INCLUDE_commit_h__ #define INCLUDE_commit_h__ -#include "git/commit.h" +#include "git2/commit.h" #include "tree.h" #include "repository.h" #include "vector.h" -- cgit v1.2.1