X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/3f2d010c23f77862bb890b5f88244039bcf8f875..e634699906875560987ba8d6aa776ef7b8394301:/sshrsa.c?ds=inline diff --git a/sshrsa.c b/sshrsa.c index 92160d46..68c4a045 100644 --- a/sshrsa.c +++ b/sshrsa.c @@ -11,6 +11,7 @@ #include #include "ssh.h" +#include "misc.h" #define GET_32BIT(cp) \ (((unsigned long)(unsigned char)(cp)[0] << 24) | \