From b311e3132af167394d95f65d02fe4a04693184d3 Mon Sep 17 00:00:00 2001 From: Julien Miotte Date: Wed, 27 Jul 2011 18:31:13 +0200 Subject: [PATCH] Including git2/status.h in the git2.h header. --- include/git2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/git2.h b/include/git2.h index f36b06769..243824eff 100644 --- a/include/git2.h +++ b/include/git2.h @@ -60,5 +60,6 @@ #include "git2/refspec.h" #include "git2/net.h" #include "git2/transport.h" +#include "git2/status.h" #endif