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 /src/buffer.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 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h index 94b7e0e22..2aae06c7c 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -8,6 +8,7 @@ #define INCLUDE_buffer_h__ #include "common.h" +#include "git2/strarray.h" #include <stdarg.h> typedef struct { |
