diff options
author | Carlos Martín Nieto <cmn@elego.de> | 2011-03-28 17:02:45 +0200 |
---|---|---|
committer | Carlos Martín Nieto <cmn@elego.de> | 2011-03-28 17:03:08 +0200 |
commit | 5d4cd0030569f0551cb0b7e432d0f496c50a118c (patch) | |
tree | eaa0391821cc8e157ac1d689d5b5afc5f0d613db /include/git2.h | |
parent | a3002d5694bf27b9c49ff585faa3ceade3af5dd6 (diff) | |
download | libgit2-5d4cd0030569f0551cb0b7e432d0f496c50a118c.tar.gz |
Move the struct declaration outside config.c
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
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 b08c25ed1..87b770161 100644 --- a/include/git2.h +++ b/include/git2.h @@ -52,5 +52,6 @@ #include "git2/tree.h" #include "git2/index.h" +#include "git2/config.h" #endif |