]> asedeno.scripts.mit.edu Git - PuTTY.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)
[originally from svn r1526]

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) | \