summaryrefslogtreecommitdiff
path: root/src/transports/ssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transports/ssh.h')
-rw-r--r--src/transports/ssh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transports/ssh.h b/src/transports/ssh.h
index 2db2cc5df..e36e7246e 100644
--- a/src/transports/ssh.h
+++ b/src/transports/ssh.h
@@ -7,6 +7,8 @@
#ifndef INCLUDE_ssh_h__
#define INCLUDE_ssh_h__
+#include "common.h"
+
int git_transport_ssh_global_init(void);
#endif