diff options
author | Vicent Martà <tanoku@gmail.com> | 2012-04-11 12:38:45 +0200 |
---|---|---|
committer | Vicent Martà <tanoku@gmail.com> | 2012-04-11 12:38:45 +0200 |
commit | dcfdb958e2033aa59beb624da4263ce031fbb21e (patch) | |
tree | f17365bd6314e8318d143a8f2e57659b31037519 /include/git2.h | |
parent | 73fe6a8e20ffbc18ad667ff519c0fb8adf85fc3e (diff) | |
parent | efef3795a2d29f6b99bb9575585bb3fc19c3ed79 (diff) | |
download | libgit2-dcfdb958e2033aa59beb624da4263ce031fbb21e.tar.gz |
Merge branch 'new-error-handling' of github.com:libgit2/libgit2 into new-error-handling
Diffstat (limited to 'include/git2.h')
-rw-r--r-- | include/git2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2.h b/include/git2.h index 1711ff8be..7d053c4af 100644 --- a/include/git2.h +++ b/include/git2.h @@ -40,7 +40,7 @@ #include "git2/net.h" #include "git2/status.h" #include "git2/indexer.h" - +#include "git2/submodule.h" #include "git2/notes.h" #endif |