From 0aa8e8c17a46f80c3db84975f94e4d9d7fca86c8 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 1 Jan 2002 16:51:03 +0000 Subject: [PATCH] sshrsa.c should include misc.h in case I need to do debugging :-) git-svn-id: http://svn.tartarus.org/sgt/putty@1526 cda61777-01e9-0310-a592-d414129be87e --- sshrsa.c | 1 + 1 file changed, 1 insertion(+) 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) | \ -- 2.45.2