summaryrefslogtreecommitdiff
path: root/include/git2/checkout.h
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2012-10-17 11:55:26 -0700
committerBen Straub <bs@github.com>2012-10-17 11:55:26 -0700
commit6012e86839bbdfc98085662c22f8e34b6f6abefb (patch)
tree8bf11719e6e910889ed18abd0a449d9974e412a0 /include/git2/checkout.h
parent5300cd759d1da36893328ec28b30906edbca19bc (diff)
parentb46708aaf953df11fa62fe1c718b794c874873ff (diff)
downloadlibgit2-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.h2
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