Commit 0b762f892ed6b66d881f6e4518bf3d0a7ebada6a

Vicent Martí 2011-07-28T05:20:37

Merge pull request #343 from mike-perdide/include_status Including git2/status.h in the git2.h header.

1
2
3
4
5
6
7
8
9
10
11
diff --git a/include/git2.h b/include/git2.h
index f36b067..243824e 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