Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2012-02-15 23:38:40 +0400
committerVicent Martí <vicent@github.com>2012-02-15 23:38:40 +0400
commit6117895fef92ddd08c437ce5a7cdc4bf56754cc3 (patch)
treea38b27a3bab5c44daaab2c6b07438dc3e5cf67d9 /include/git2.h
parent0c3bae6268c404fc3717cc90ba1bc5db91c8cbe6 (diff)
parentbf477ed4a86d4183f7e38e4667a1f623270bf5d2 (diff)
Merge pull request #558 from schu/notes-api
Notes API
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h
index 3d7c4f626..5a55bb284 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -40,4 +40,6 @@
#include "git2/status.h"
#include "git2/indexer.h"
+#include "git2/notes.h"
+
#endif