diff options
author | Ben Straub <bs@github.com> | 2012-10-17 11:55:26 -0700 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2012-10-17 11:55:26 -0700 |
commit | 6012e86839bbdfc98085662c22f8e34b6f6abefb (patch) | |
tree | 8bf11719e6e910889ed18abd0a449d9974e412a0 /include/git2/checkout.h | |
parent | 5300cd759d1da36893328ec28b30906edbca19bc (diff) | |
parent | b46708aaf953df11fa62fe1c718b794c874873ff (diff) | |
download | libgit2-6012e86839bbdfc98085662c22f8e34b6f6abefb.tar.gz |
Merge pull request #972 from PaulThompson/separate_strarray
Separated git_strarray from common.h. Added doxy comments.
Diffstat (limited to 'include/git2/checkout.h')
-rw-r--r-- | include/git2/checkout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/checkout.h b/include/git2/checkout.h index ef3badbe9..a4d0a0cef 100644 --- a/include/git2/checkout.h +++ b/include/git2/checkout.h @@ -10,7 +10,7 @@ #include "common.h" #include "types.h" #include "indexer.h" - +#include "strarray.h" /** * @file git2/checkout.h |