Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Thompson <p.r.thompson@ieee.org>2012-10-11 16:04:08 +0400
committerPaul Thompson <p.r.thompson@ieee.org>2012-10-11 16:04:08 +0400
commitb46708aaf953df11fa62fe1c718b794c874873ff (patch)
tree6c54b3ed4b217787a612534f3570b38aca7598ae /src/buffer.h
parenta75770febc21f2ef0d47a49694f66e8b0f1316a6 (diff)
Separated git_strarray from common.h. Added doxy comments.
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h1
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 {