summaryrefslogtreecommitdiff
path: root/include/git2/sys
diff options
context:
space:
mode:
authorJohn Haley <johnh@axosoft.com>2015-02-11 10:31:54 -0700
committerCarlos Martín Nieto <cmn@dwim.me>2015-02-11 23:30:34 +0100
commita36486ef26dac5f4f359cc54c865b91bbc31767e (patch)
tree384102faf97fc8e060dbbc00ae7b0cff0fb11e75 /include/git2/sys
parentb703049c6189fec223896999b9cf5d78efcb08d7 (diff)
downloadlibgit2-a36486ef26dac5f4f359cc54c865b91bbc31767e.tar.gz
Fixed error when including git2/include/sys/stream.h
Diffstat (limited to 'include/git2/sys')
-rw-r--r--include/git2/sys/stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2/sys/stream.h b/include/git2/sys/stream.h
index c249055c9..c22179fab 100644
--- a/include/git2/sys/stream.h
+++ b/include/git2/sys/stream.h
@@ -37,4 +37,6 @@ typedef struct git_stream {
void (*free)(struct git_stream *);
} git_stream;
+GIT_END_DECL
+
#endif