From a36486ef26dac5f4f359cc54c865b91bbc31767e Mon Sep 17 00:00:00 2001 From: John Haley Date: Wed, 11 Feb 2015 10:31:54 -0700 Subject: [PATCH] Fixed error when including git2/include/sys/stream.h --- include/git2/sys/stream.h | 2 ++ 1 file changed, 2 insertions(+) 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