X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/3f2d010c23f77862bb890b5f88244039bcf8f875..887035a593c8c0a1af853657c80046e17dc5581a:/sshrsa.c 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) | \