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

This commit is contained in:
John Haley
2015-02-11 23:30:34 +01:00
committed by Carlos Martín Nieto
parent b703049c61
commit a36486ef26
+2
View File
@@ -37,4 +37,6 @@ typedef struct git_stream {
void (*free)(struct git_stream *);
} git_stream;
GIT_END_DECL
#endif