Fixed error when including git2/include/sys/stream.h

This commit is contained in:
John Haley 2015-02-11 10:31:54 -07:00 committed by Carlos Martín Nieto
parent b703049c61
commit a36486ef26

View File

@ -37,4 +37,6 @@ typedef struct git_stream {
void (*free)(struct git_stream *);
} git_stream;
GIT_END_DECL
#endif