1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

sshrsa.c should include misc.h in case I need to do debugging :-)

[originally from svn r1526]
This commit is contained in:
Simon Tatham 2002-01-01 16:51:03 +00:00
parent 466b1c82d5
commit 559ec6d764

View File

@ -11,6 +11,7 @@
#include <assert.h>
#include "ssh.h"
#include "misc.h"
#define GET_32BIT(cp) \
(((unsigned long)(unsigned char)(cp)[0] << 24) | \