diff options
Diffstat (limited to 'src/transports/ssh.c')
| -rw-r--r-- | src/transports/ssh.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transports/ssh.c b/src/transports/ssh.c index 4c55e3f2a..47d328c41 100644 --- a/src/transports/ssh.c +++ b/src/transports/ssh.c @@ -5,6 +5,8 @@ * a Linking Exception. For full terms see the included COPYING file. */ +#include "ssh.h" + #ifdef GIT_SSH #include <libssh2.h> #endif @@ -16,7 +18,6 @@ #include "smart.h" #include "cred.h" #include "socket_stream.h" -#include "ssh.h" #ifdef GIT_SSH |
