From 559ec6d764ce20a7c278ea5612fdb706e10c87f4 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 :-) [originally from svn r1526] --- 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) | \