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