diff options
Diffstat (limited to 'src/stransport_stream.h')
-rw-r--r-- | src/stransport_stream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stransport_stream.h b/src/stransport_stream.h index 714f90273..f5bbfd952 100644 --- a/src/stransport_stream.h +++ b/src/stransport_stream.h @@ -7,6 +7,8 @@ #ifndef INCLUDE_stransport_stream_h__ #define INCLUDE_stransport_stream_h__ +#include "common.h" + #include "git2/sys/stream.h" extern int git_stransport_stream_new(git_stream **out, const char *host, const char *port); |