diff options
author | Carlos Martín Nieto <carlos@cmartin.tk> | 2011-07-07 11:47:31 +0200 |
---|---|---|
committer | Carlos Martín Nieto <carlos@cmartin.tk> | 2011-08-02 21:41:02 +0200 |
commit | 3412391d4ccf6435b981c46e796cc6988a676fad (patch) | |
tree | 11695d4accdc2c7f48351b0731e9c3f250e21f3c /include/git2.h | |
parent | c7c9e18388b6e11265c867766d4c001197852134 (diff) | |
download | libgit2-3412391d4ccf6435b981c46e796cc6988a676fad.tar.gz |
Intial indexer code
Diffstat (limited to 'include/git2.h')
-rw-r--r-- | include/git2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h index 35e48b24..96de524e 100644 --- a/include/git2.h +++ b/include/git2.h @@ -60,5 +60,6 @@ #include "git2/net.h" #include "git2/transport.h" #include "git2/status.h" +#include "git2/indexer.h" #endif |