]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commitdiff
sshrsa.c should include misc.h in case I need to do debugging :-)
authorSimon Tatham <anakin@pobox.com>
Tue, 1 Jan 2002 16:51:03 +0000 (16:51 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 1 Jan 2002 16:51:03 +0000 (16:51 +0000)
git-svn-id: http://svn.tartarus.org/sgt/putty@1526 cda61777-01e9-0310-a592-d414129be87e

sshrsa.c

index 92160d46a0383276881d596c31f65bda44f6cc95..68c4a045fce90cdc96fa9e2043a5caaac692aaa5 100644 (file)
--- a/sshrsa.c
+++ b/sshrsa.c
@@ -11,6 +11,7 @@
 #include <assert.h>
 
 #include "ssh.h"
+#include "misc.h"
 
 #define GET_32BIT(cp) \
     (((unsigned long)(unsigned char)(cp)[0] << 24) | \